Click or drag to resize

PdfSaveOptionsEmbedAllFonts Property

Embed all used fonts inside the PDF document.

Default value: true.


Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2026.7.1
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