LEADTOOLS Image File Support (Leadtools.Codecs assembly)

UseLibFonts Property

Show in webframe







Gets a value that indicate whether to use the library installed fonts.
Syntax
public bool UseLibFonts {get; set;}
'Declaration
 
Public Property UseLibFonts As Boolean
'Usage
 
Dim instance As CodecsPdfLoadOptions
Dim value As Boolean
 
instance.UseLibFonts = value
 
value = instance.UseLibFonts
public bool UseLibFonts {get; set;}
@property (nonatomic, assign) BOOL useLibFonts;
public boolean getUseLibFonts()
public void setUseLibFonts(boolean value)
            
 
get_UseLibFonts();
set_UseLibFonts(value);
Object.defineProperty('UseLibFonts');
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. Default value is true.
Remarks

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

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

Example
For an example, refer to CodecsPdfOptions.
Requirements

Target Platforms

See Also

Reference

CodecsPdfLoadOptions Class
CodecsPdfLoadOptions Members
Implementing PDF Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.