ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFStyle Class / FontSize Property




In This Topic
    FontSize Property (ImGearPDFStyle)
    In This Topic
    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