PDFSignatureLockFieldMode¶
Namespace: O2S.Components.PDF4NET.Forms
Supported lock types for signed forms.
Inheritance Object → ValueType → Enum → PDFSignatureLockFieldMode
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| All | 0 | All fields in the document. |
| Include | 1 | All fields specified in the PDFSignatureLockFieldAction.Fields array. |
| Exclude | 2 | All fields except those specified in PDFSignatureLockFieldAction.Fields array. |