PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / PdfOptionsForm Class / FormFields Property

In This Topic
    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