LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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);
}

Property Value

true to use the library installed fonts, false to use the system fonts.

Example

For an example, refer to CodecsPdfOptions.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also