Click or drag to resize

PdfSaveOptionsEmbedAllFonts Property

Embed all used fonts inside the PDF document. Default value: false.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public bool EmbedAllFonts { get; set; }

Property Value

Boolean
Remarks
This makes the PDF document completely standalone and independent of fonts installed on the computer where the PDF document will be opened.
See Also