Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ExportFormDataOptions Class / ExportPasswordFields Property

In This Topic
    ExportPasswordFields Property
    In This Topic
    Gets or sets a value indicating whether values of GrapeCity.Documents.Pdf.AcroForms.TextField fields with the property GrapeCity.Documents.Pdf.AcroForms.TextField.Password set to true should be exported.
    Syntax
    'Declaration
     
    Public Property ExportPasswordFields As System.Boolean
    public System.bool ExportPasswordFields {get; set;}
    See Also