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

Syntax

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

See Also