PdfTextEmbedSystemFont Property

Controls if the .NET font given in the constructor should be embedded in the PDF document. By default the font is embedded if necessary

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public bool EmbedSystemFont { get; set; }

Property Value

Boolean

See Also