Enum PdfSigFieldLock.LockAction
Enumerates the different actions of a signature field lock.
public enum PdfSigFieldLock.LockAction
Fields
ALL = 0
EXCLUDE = 2
INCLUDE = 1
Remarks
Enumerates the different actions of a signature field lock. Indicates the set of fields that should be locked when the corresponding signature field is signed:
- all the fields in the document,
- all the fields specified in the /Fields array,
- all the fields except those specified in the /Fields array.