FormFieldBehaviour Enum

FormFieldBehaviour enumeration

This enumeration is used to specify the behavior of form fields in the output PDF document.

public enum FormFieldBehaviour

Values

NameValueDescription
Interactive0The output PDF document will contain interactive form fields.
Flattened1The output PDF document will contain flattened form fields.

See Also