 | SignatureActions Enumeration |
An enumeration which, in conjunction with
Fields, indicates the set of fields that should be locked.
Namespace: Patagames.Pdf.EnumsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic enum SignatureActions
Public Enumeration SignatureActions
public enum class SignatureActions
public enum SignatureActions
Patagames.Pdf.Enums.SignatureActions = function();
Patagames.Pdf.Enums.SignatureActions.createEnum('Patagames.Pdf.Enums.SignatureActions', false);
Members| Member name | Value | Description |
|---|
| All | 0 |
All fields in the document.
|
| Include | 1 |
All fields specified in Fields.
|
| Exclude | 2 |
All fields except those specified in Fields.
|
See Also