VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentTextProperties Class / FontSizeDeltaTable Property
Syntax Requirements SeeAlso
In This Topic
    FontSizeDeltaTable Property (DocumentTextProperties)
    In This Topic
    Gets or sets a list that contains available font sizes, measured in points.
    Syntax
    'Declaration
    
    Public Shared Property FontSizeDeltaTable As System.Collections.Generic.List(Of Double)
    
    
    public static System.Collections.Generic.List<double> FontSizeDeltaTable { get; set; }
    
    
    public: __property static System.Collections.Generic.List<double*>* get_FontSizeDeltaTable();
    public: __property static void set_FontSizeDeltaTable(
    System.Collections.Generic.List<double*>* value
    );
    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