Click or drag to resize

DigitalSignatureFieldIsLockedByDigitalSignature Method

Returns whether this digital signature field is locked against modifications by any digital signatures. Can be called when this field is unsigned.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool IsLockedByDigitalSignature()

Return Value

Type: Boolean
A boolean representing whether this digital signature field is locked against modifications by any digital signatures in the document.
See Also