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

Syntax

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

See Also