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: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
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