FormFields Property (PdfOptionsForm)
In This Topic
Gets or sets a value indicating whether input fields in the original document should be exported as Acrobat form fields.
Syntax
'Declaration
Public Overridable Property FormFields As Boolean
public virtual bool FormFields {get; set;}
See Also