VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentTextProperties Class / FontSizeIncrease Property
Syntax Requirements SeeAlso
In This Topic
    FontSizeIncrease Property (DocumentTextProperties)
    In This Topic
    Gets or sets a value indicating whether font size must be increased using FontSizeDeltaTable.
    Syntax
    'Declaration
    
    Public Property FontSizeIncrease As System.Nullable(Of Boolean)
    
    
    public System.Nullable<bool> FontSizeIncrease { get; set; }
    
    
    public: __property System.Nullable<bool> get_FontSizeIncrease();
    public: __property void set_FontSizeIncrease(
    System.Nullable<bool> value
    );
    public:
    property System.Nullable<bool> FontSizeIncrease { System.Nullable<bool> get(); void set(System.Nullable<bool> value); }

    Property Value

    True - the font size must be increased using FontSizeDeltaTable; false - the font size must be decreased using FontSizeDeltaTable.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also