Gets the BaseFont inside this object.

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

Syntax

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

Field Value

the BaseFont

See Also