[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.ExportFormDataOptions

Class ExportFormDataOptions

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll
public class ExportFormDataOptions
Inheritance
object
ExportFormDataOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

ExportFormDataOptions()

public ExportFormDataOptions()

Properties

ExportPasswordFields

Gets or sets a value indicating whether values of TextField fields with the property Password set to true should be exported.

public bool ExportPasswordFields { get; set; }

Property Value

bool