FieldDisallowChangeAction Enumeration |
When a document is signed, this enum determines whether or not all fields or a subset of
of fields will be locked for changes.
Namespace:
Atalasoft.PdfDoc.DigitalSignatures
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum FieldDisallowChangeAction
Public Enumeration FieldDisallowChangeAction
Members
| Member name | Description |
---|
| IncludeAll |
All non-read-only fields will be marked as read only upon signing.
|
| IncludeSome |
The signature will contain a list of fields that will be locked upon signing.
|
| ExcludeSome |
The signature will contain a list of fields that will not be locked upon signing,
all others will be locked.
|
See Also