ImageGear .NET v25.0 - Updated
FontSize Property (ImGearPDFStyle)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFStyle Class : FontSize Property
Gets the style's font size.
Syntax
'Declaration
 
Public ReadOnly Property FontSize As Integer
'Usage
 
Dim instance As ImGearPDFStyle
Dim value As Integer
 
value = instance.FontSize
public int FontSize {get;}
public: __property int get_FontSize();
public:
property int FontSize {
   int get();
}

Property Value

Integer value.
See Also

Reference

ImGearPDFStyle Class
ImGearPDFStyle Members