Enables or disables use of the library installed fonts.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property UseLibFonts As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As CodecsPdfLoadOptions
Dim value As Boolean
instance.UseLibFonts = value
value = instance.UseLibFonts
|
| C# | |
|---|
public bool UseLibFonts {get; set;} |
| C++/CLI | |
|---|
public:
property bool UseLibFonts {
bool get();
void set (bool value);
} |
Return Value
true to use the library installed fonts, false to use the system fonts.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also