ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearTWAIN Class / DriverVersionBuild Property




In This Topic
    DriverVersionBuild Property
    In This Topic
    Gets the build part of the version number of the TWAIN Data Source Manager.
    Syntax
    'Declaration
     
    Public ReadOnly Property DriverVersionBuild As Integer
    'Usage
     
    Dim instance As ImGearTWAIN
    Dim value As Integer
     
    value = instance.DriverVersionBuild
    public int DriverVersionBuild {get;}
    public: __property int get_DriverVersionBuild();
    public:
    property int DriverVersionBuild {
       int get();
    }

    Property Value

    Integer value.
    See Also