FormFieldOutput Enum

Specifies output options for the form field.

public enum FormFieldOutput
Public Enum FormFieldOutput

Inheritance: ObjectValueTypeEnumFormFieldOutput

Fields

FormFieldOutput.Flatten0The field will be flattened.
FormFieldOutput.Inherit3Field's output will depend on the document's form level output settings.
FormFieldOutput.Remove1The field will be removed.
FormFieldOutput.Retain2The 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:

See Also

ceTe.DynamicPDF.Forms

In this topic