The form fields

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

Syntax

C#
public PdfFormFieldsCollection Fields { get; }
Visual Basic
Public ReadOnly Property Fields As PdfFormFieldsCollection
	Get
Visual C++
public:
property PdfFormFieldsCollection^ Fields {
	PdfFormFieldsCollection^ get ();
}

Property Value

Type: PdfFormFieldsCollection

See Also