Controls if the fonts used in HTML are embedded in the PDF document.
This property is true by default
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.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
Type:
Boolean
Reference