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




In This Topic
    VersionString Property (ImGearVersion)
    In This Topic
    Gets product version in the string format.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property VersionString As String
    'Usage
     
    Dim value As String
     
    value = ImGearVersion.VersionString
    public static string VersionString {get;}
    public: __property static string* get_VersionString();
    public:
    static property String^ VersionString {
       String^ get();
    }

    Property Value

    String value.
    See Also