PdfTextEmbedSystemFont Property
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: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.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
Boolean