Sets the security data structure for the specified document's new security handler.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_doc_set_new_security_data( HIG_PDF_DOC hDoc, LPAT_PDF_SECURITYDATA lpSecData ); |
Name | Type | Description |
---|---|---|
hDoc | HIG_PDF_DOC | The document whose new security data structure is set. |
lppSecData | LPAT_PDF_SECURITYDATA | Pointer to the new security data structure to set for doc. |
Error count.
This function does not process image pixels.
The new security handler must have been previously set using IG_PDF_doc_set_new_crypt_handler.