| Visual Basic (Declaration) | |
|---|---|
Public Function GetFontNames() As String() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string[] GetFontNames() | |
| C++/CLI | |
|---|---|
public: array<String^>^ GetFontNames(); | |
Return Value
An array of font names for output font constants.Refer to RasterDocumentCharacterOptions example.
This property is used only when the OutputFont property value is RasterDocumentSelector.Predefined
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code