Gets a set of registered fontnames.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public static ICollection RegisteredFonts { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property RegisteredFonts As ICollection Get |
| Visual C++ |
|---|
public: static property ICollection^ RegisteredFonts { ICollection^ get (); } |