PdfFontBase
SetStyle Method
|
Sets the style.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected void SetStyle(
PdfFontStyle style
)
Protected Sub SetStyle (
style As PdfFontStyle
)
protected:
void SetStyle(
PdfFontStyle style
)
member SetStyle :
style : PdfFontStyle -> unit
Parameters
-
style
-
Type:
Spire.Pdf.Graphics
PdfFontStyle
The style.
See Also