ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_doc_perm_request
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_DOC > IG_PDF_doc_perm_request

Glossary Item Box

Checks the permissions associated with the specified document using the latest permissions format, and determines whether the requested operation is allowed for the specified object in the document.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_doc_perm_request(
        HIG_PDF_DOC hDoc,
        UINT nReqObj,
        UINT nReqOpr,
        LPVOID lpAuthData,
        LPSHORT lpnReqStatus
);

Arguments:

hDoc The document whose permissions are being requested.
nReqObj The target object of the permissions request.
nReqOpr The target operation of the permissions request.
lpAuthData A pointer to an authorization data (password string).
lpnReqStatus One of enumIGPDFPermReqStatus request status constants.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.