|
HtmlToPdfOptionsEmbedFonts Property |
Instructs the converter to embed all the needed fonts into the pdf document or not.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public bool EmbedFonts { get; set; }
Public Property EmbedFonts As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
The default value for this property is false and the fonts are not automatically embedded.
This property does not control the web fonts (fonts that are downloaded with the web page). The web fonts are always embedded because they are not installed on the machine.
See Also