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

ImageFormat Property






Gets or sets the image format.
Syntax
public RasterImageFormat ImageFormat {get; set;}
'Declaration
 
Public Property ImageFormat As RasterImageFormat
'Usage
 
Dim instance As TwainFastConfiguration
Dim value As RasterImageFormat
 
instance.ImageFormat = value
 
value = instance.ImageFormat
public RasterImageFormat ImageFormat {get; set;}
 get_ImageFormat();
set_ImageFormat(value);
public:
property RasterImageFormat ImageFormat {
   RasterImageFormat get();
   void set (    RasterImageFormat value);
}

Property Value

The image format.
Remarks
For more information, refer to Fast TWAIN (Scan Configurations).
Example
Refer to TwainSession.FindFastConfiguration
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

TwainFastConfiguration Structure
TwainFastConfiguration Members

 

 


Products | Support | Contact Us | Copyright Notices

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