HtmlLoadOptionsIsEmbedFonts Property |
Gets or sets fonts embedding to result document
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool IsEmbedFonts { get; set; }
Public Property IsEmbedFonts As Boolean
Get
Set
public:
property bool IsEmbedFonts {
bool get ();
void set (bool value);
}
member IsEmbedFonts : bool with get, set
Property Value
Type:
Boolean
See Also