'Declaration
Public Overrides NotOverridable Property Bold As Boolean
'Usage
Dim instance As PostScriptFont Dim value As Boolean instance.Bold = value value = instance.Bold
public override bool Bold {get; set;}
'Declaration
Public Overrides NotOverridable Property Bold As Boolean
'Usage
Dim instance As PostScriptFont Dim value As Boolean instance.Bold = value value = instance.Bold
public override bool Bold {get; set;}
When the font is not embedded in the pdf file, this property is used to give a hint to the pdf viewer, in order for it to render the correct weight (assuming the font is installed on the local computer). It the bold face of the font is not installed on the local machine, and only the regular face is installed, the pdf viewer will synthesize the bold appearance.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2