ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDF_doc_get_new_security_info
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_DOC > IG_PDF_doc_get_new_security_info

Gets the security information from the specified document's new security handler.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_doc_get_new_security_info(
        HIG_PDF_DOC hDoc,
        LPUINT lpnSecInfo
);

Arguments:

Name Type Description
hDoc HIG_PDF_DOC The document whose new security information is obtained.
lpnSecInfo LPUINT The document's new security information. The OR value of the enumIGPDFSecurityInfoFlags.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

No permissions are required to call this function.

Is this page helpful?
Yes No
Thanks for your feedback.