Click or drag to resize

DigitalSignatureFieldGetDocumentPermissions Method

If HasCryptographicSignature, returns most restrictive permissions found in any reference entries in this digital signature. Returns Lock-resident (i.e. tentative) permissions otherwise. Throws if invalid permission value is found.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public DigitalSignatureFieldDocumentPermissions GetDocumentPermissions()

Return Value

Type: DigitalSignatureFieldDocumentPermissions
An enumeration value representing the level of restrictions (potentially) placed on the document by this signature.
See Also