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;} |
Property Value
true to use the library installed fonts, false to use the system fonts.
Example
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