Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

NewImageSize Property






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
public int NewImageSize {get; set;}
'Declaration
 
Public Property NewImageSize As Integer
'Usage
 
Dim instance As TwainFileSystem
Dim value As Integer
 
instance.NewImageSize = value
 
value = instance.NewImageSize
public int NewImageSize {get; set;}
 get_NewImageSize();
set_NewImageSize(value);
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
Refer to TwainSession.QueryFileSystem example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainFileSystem Class
TwainFileSystem Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.