This function gets the current ON-OFF state of the layer object.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_layer_get_current_state( HIG_PDF_LAYER hLayer, LPAT_PDF_BOOL lpbState ); |
Name | Type | Description |
---|---|---|
hLayer | HIG_PDF_LAYER | Layer whose current state is obtained. |
lpbState | LPAT_PDF_BOOL | Returns TRUE if the state is ON; FALSE if it is OFF. |
Error count.
This function does not process image pixels.