Gets or sets a list of fields to be included or excluded from submit based on IncludeFields property value. If no fields are added to this array and IncludeFields property is true then all the fields are submitted

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public PdfFormField[] Fields { get; set; }
Visual Basic
Public Property Fields As PdfFormField()
	Get
	Set
Visual C++
public:
property array<PdfFormField^>^ Fields {
	array<PdfFormField^>^ get ();
	void set (array<PdfFormField^>^ value);
}

Property Value

Type: array<PdfFormField>[]()[][]

See Also