Namespace: iTextSharp.text.pdf.events
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public PdfFormField Parent { get; set; }
Visual Basic
Public Property Parent As PdfFormField
	Get
	Set
Visual C++
public:
property PdfFormField^ Parent {
	PdfFormField^ get ();
	void set (PdfFormField^ value);
}

See Also