|  | 
| HtmlToPdfOptionsEmbedFonts Property  | 
 
            Instructs the converter to embed all the needed fonts into the pdf document or not.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 24.1
 Syntax
Syntaxpublic bool EmbedFonts { get; set; }Public Property EmbedFonts As Boolean
	Get
	Set
Property Value
Type: 
Boolean Remarks
Remarks
            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
See Also