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

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