Gets a reference to the PDF form of this PDF document

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

Syntax

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

Property Value

Type: PdfForm

See Also