RenderingOptionsPreferSystemFonts Property ByteScout PDF Renderer SDK

Note: This API is now obsolete.

Gets or sets whether to prefer fonts installed in system instead of fonts embedded into PDF document. Only fonts with identical names and font family will be substituted.

Namespace:  Bytescout.PDFRenderer
Assembly:  Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.1.4800-master
Syntax

[ObsoleteAttribute]
public bool PreferSystemFonts { get; set; }

Property Value

Type: Boolean
True if prefer system fonts; otherwise, false.

Implements

IRenderingOptionsPreferSystemFonts
See Also

Reference