PdfTextState
IsSimulateBold Property
|
Gets flag specifying whether font is simulate bold.
Namespace:
Spire.Pdf.Texts
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool IsSimulateBold { get; }
Public ReadOnly Property IsSimulateBold As Boolean
Get
public:
property bool IsSimulateBold {
bool get ();
}
member IsSimulateBold : bool with get
Property Value
Type:
Boolean
See Also