[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PdfSaveOptions.FormFields

FormFields Property

FormFields

Indicates that whether to replace Excel form controls with PDF form fields. Not all controls and properties are supported.

Declaration
public bool FormFields { get; set; }
Public Property FormFields As Boolean
Property Value
Type Description
bool
<code>True</code> if Excel form controls will be exported as PDF form fields.

Otherwise, false. The default value is false.