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

Syntax

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

See Also