ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDETextState Class / FontSize Field




In This Topic
    FontSize Field
    In This Topic
    Font size.
    Syntax
    'Declaration
     
    Public FontSize As Integer
    'Usage
     
    Dim instance As ImGearPDETextState
    Dim value As Integer
     
    value = instance.FontSize
     
    instance.FontSize = value
    public int FontSize
    public: int FontSize
    public:
    int FontSize

    Field Value

    Integer value.
    Remarks
    The default value is 1.
    See Also