ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearFileInfo Class / newImageSize Property




In This Topic
    newImageSize Property
    In This Topic
    Gets an estimate of the amount of space a new image would take up.
    Syntax
    'Declaration
     
    Public ReadOnly Property newImageSize As Integer
    'Usage
     
    Dim instance As ImGearFileInfo
    Dim value As Integer
     
    value = instance.newImageSize
    public int newImageSize {get;}
    public: __property int get_newImageSize();
    public:
    property int newImageSize {
       int get();
    }

    Property Value

    Integer value.
    See Also