Controls if the .NET font given in the constructor should be embedded in the PDF document.
By default the font is embedded if necessary
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool EmbedSystemFont { get; set; }
Public Property EmbedSystemFont As Boolean
Get
Set
public:
property bool EmbedSystemFont {
bool get ();
void set (bool value);
}
member EmbedSystemFont : bool with get, set
Property Value
Type:
Boolean
Reference