←Select platform

UseLibFonts Property

Summary
Gets a value that indicates whether to use the library installed fonts.
Syntax
C#
VB
Objective-C
C++
Java
public bool UseLibFonts { get; set; } 
Public Property UseLibFonts As Boolean 
@property (nonatomic, assign) BOOL useLibFonts 
public boolean getUseLibFonts() 
public void setUseLibFonts(boolean value) 
public: 
property bool UseLibFonts { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use the library installed fonts, false to use the system fonts. Default value is true.

Remarks

The value of this property is used only when Leadtools.Pdf.Utilities.dll is used by the application. For more information, refer to Implementing PDF Features.

This option affects the PDF format when UsePdfEngine is set to true to use Leadtools.Pdf.Utilities.dll. It also affects the Postscript format.

Example

For an example, refer to CodecsPdfOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.