Click or drag to resize

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
Members
  Member nameDescription
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