PdfUsedFont
Size Property
|
Gets the size.
Namespace:
Spire.Pdf.Graphics.Fonts
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float Size { get; }
Public ReadOnly Property Size As Single
Get
public:
property float Size {
float get ();
}
member Size : float32 with get
Property Value
Type:
Single
The size.
See Also