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: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.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