Gets a value that indicates whether to use the library installed fonts.
public bool UseLibFonts { get; set; }
Public Property UseLibFonts As Boolean
@property (nonatomic, assign) BOOL useLibFonts
public boolean getUseLibFonts()
public void setUseLibFonts(boolean value)
true to use the library installed fonts, false to use the system fonts. Default value is true.
The value of this property is used only when Leadtools.PdfEngine.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.PdfEngine.dll. It also affects the Postscript format.
For an example, refer to CodecsPdfOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET