Gets a set of registered fontnames.

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

Syntax

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

Field Value

a set of registered fontnames

See Also