ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / General Objects / HIG_PDF_DOC / IG_PDF_doc_get_new_security_info
In This Topic
    IG_PDF_doc_get_new_security_info
    In This Topic

    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.