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

Syntax

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

See Also