Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
UseLibFonts Property
See Also 
Leadtools.Codecs Namespace > CodecsPdfLoadOptions Class : UseLibFonts Property



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

For an example, refer to CodecsPdfOptions.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also