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

Syntax

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

See Also