ImageGear .NET - Updated
newImageSize Property




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearFileInfo Class : newImageSize Property
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

Reference

ImGearFileInfo Class
ImGearFileInfo Members