This function sets the new layer name.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_layer_set_name( HIG_PDF_LAYER hLayer, LPSTR lpTextBuf, UINT nTextLen ); |
Name | Type | Description |
---|---|---|
hLayer | HIG_PDF_LAYER | Layer whose name is set. |
lpTextBuf | LPSTR | Pointer to a string buffer. |
nBufSize | UINT | Length of the string buffer. |
Error count.
This function does not process image pixels.