PdfFontEmbedFont Property
Indicates if the font should be embedded in PDF document. The default value is true
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool EmbedFont { get; set; }
Public Property EmbedFont As Boolean
Get
Set
public:
property bool EmbedFont {
bool get ();
void set (bool value);
}
member EmbedFont : bool with get, set
Property Value
Boolean