PdfTextState
FontSize Property
|
Gets font size of the text.
Namespace:
Spire.Pdf.Texts
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public virtual float FontSize { get; }
Public Overridable ReadOnly Property FontSize As Single
Get
public:
virtual property float FontSize {
float get ();
}
abstract FontSize : float32 with get
override FontSize : float32 with get
Property Value
Type:
Single
See Also