Gets a set of registered fontnames.
Namespace: iTextSharp.textAssembly: 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 (); } |