Gets the layer with a specified index.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_doc_get_layer( HIG_PDF_DOC hDoc, UINT nIndex, LPHIG_PDF_LAYER lphLayer ); |
Name | Type | Description |
---|---|---|
hDoc | HIG_PDF_DOC | Document whose layer is obtained. |
nIndex | UINT | Index of the layer to obtain. |
lphLayer | LPHIG_PDF_LAYER | The obtained layer. |
Error count.
This function does not process image pixels.