FormFields Property (PdfExporter)
In This Topic
Gets or sets a value indicating whether to export input fields as Acrobat Form fields. The default is true.
Syntax
'Declaration
Public Property FormFields As Boolean
public bool FormFields {get; set;}
See Also