ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearVersion Class / Major Property




In This Topic
    Major Property
    In This Topic
    Gets major version number.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Major As Integer
    'Usage
     
    Dim value As Integer
     
    value = ImGearVersion.Major
    public static int Major {get;}
    public: __property static int get_Major();
    public:
    static property int Major {
       int get();
    }

    Property Value

    Integer value.
    See Also