ABCpdfRenderingContextPreferEmbeddedFonts Property
|
Whether to prefer embedded fonts in the output
PDF. Some types of fonts have to be embedded. For others they can
be referenced or embedded. Embedded fonts produce a reliable and
consistent viewing experience at the cost of larger
documents.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public bool PreferEmbeddedFonts { get; set; }
Public Property PreferEmbeddedFonts As Boolean
Get
Set
member PreferEmbeddedFonts : bool with get, set
Property Value
Type:
Boolean
See Also