FormFieldOutput Enum
Specifies output options for the form field.
public enum FormFieldOutput
Public Enum FormFieldOutput
Inheritance: ObjectValueTypeEnumFormFieldOutput
Fields
FormFieldOutput.Flatten | 0 | The field will be flattened. |
FormFieldOutput.Inherit | 3 | Field's output will depend on the document's form level output settings. |
FormFieldOutput.Remove | 1 | The field will be removed. |
FormFieldOutput.Retain | 2 | The field will be retained. |
Licensing Info
This enum is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.