Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PdfSaveOptions Class / FormFields Property
In This Topic
    FormFields Property
    In This Topic
    Indicates that whether to replace Excel form controls with PDF form fields. Not all controls and properties are supported.
    Syntax
    public System.bool FormFields {get; set;}

    Property Value

    True if Excel form controls will be exported as PDF form fields. Otherwise, false. The default value is false.
    See Also