PdfDocumentControlFontEmbedding Property
Controls if the fonts used in HTML are embedded in the PDF document.
This property is true by default
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool FontEmbedding { get; set; }
Public Property FontEmbedding As Boolean
Get
Set
public:
property bool FontEmbedding {
bool get ();
void set (bool value);
}
member FontEmbedding : bool with get, set
Property Value
Boolean