Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / Field Class / Export Property

In This Topic
    Export Property (Field)
    In This Topic
    Gets or sets a value indicating whether the field must not be exported by a GrapeCity.Documents.Pdf.Actions.ActionSubmitForm action.
    Syntax
    'Declaration
     
    Public Property Export As System.Boolean
    public System.bool Export {get; set;}
    See Also