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

Syntax

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

See Also