PdfBaseFontIsSubset Property

Gets a value indicating whether the font is written to the PDF as a subset. This is configured at creation time via CreateBaseFont(String, Boolean, IListInt32)

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public bool IsSubset { get; }

Property Value

Boolean

Remarks

This setting is mainly relevant for embedded fonts loaded from font files. Standard built-in PDF fonts are not embedded

See Also