PdfSaveOptionsEmbedAllFonts Property |
Embed all used fonts inside the PDF document. Default value: false.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public bool EmbedAllFonts { get; set; }
Public Property EmbedAllFonts As Boolean
Get
Set
Property Value
BooleanRemarks
This makes the PDF document completely standalone and independent of fonts installed
on the computer where the PDF document will be opened.
See Also