THotPDF.GetLoadedSignaturePermissions Method

Reads the DocMDP certification permission and FieldMDP field-lock policy associated with a signature in the loaded document

Declaration

function GetLoadedSignaturePermissions(SigIndex: Integer; out Info: THPDFSignaturePermissionInfo): boolean;

Unit

HPDFDoc

Parameters

NamePurpose
SigIndexZero-based index of the loaded signature field
InfoReceives the parsed certification and field-lock permission information

Return value

Returns True when the signature exists and its permission information was read, otherwise returns False

Usage notes

Related APIs