FPDFSignatureObj_GetDocMDPPermission function
- @Native<UnsignedInt Function(FPDF_SIGNATURE)>(FPDF_SIGNATURE)>()
- FPDF_SIGNATURE signature
Experimental API. Function: FPDFSignatureObj_GetDocMDPPermission Get the DocMDP permission of a signature object. Parameters: signature - Handle to the signature object. Returned by FPDF_GetSignatureObject(). Return value: Returns the permission (1, 2 or 3) on success, 0 on error.
Implementation
@ffi.Native<ffi.UnsignedInt Function(FPDF_SIGNATURE)>()
external int FPDFSignatureObj_GetDocMDPPermission(FPDF_SIGNATURE signature);