Gets or sets a value that specifies an estimate of the amount of space a new image would take up, based on image layout, resolution and compression.
Syntax
Visual Basic (Declaration) | |
---|
Public Property NewImageSize As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As TwainFileSystem
Dim value As Integer
instance.NewImageSize = value
value = instance.NewImageSize |
C# | |
---|
public int NewImageSize {get; set;} |
C++/CLI | |
---|
public:
property int NewImageSize {
int get();
void set ( int value);
} |
Property Value
An integer that represents an estimate of the amount of space a new image would take up, based on image layout, resolution and compression.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also