Sets the security data structure for the specified document's new security handler.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_doc_set_new_security_data( HIG_PDF_DOC hDoc, LPAT_PDF_SECURITYDATA lpSecData ); |
Arguments:
hDoc | The document whose new security data structure is set. |
lppSecData | Pointer to the new security data structure to set for doc. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.
Remarks:
The new security handler must have been previously set using IG_PDF_doc_set_new_crypt_handler.