Leadtools TWAIN (Leadtools.Twain assembly)

ImageFormat Property

Show in webframe





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:
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

See Also

Reference

TwainFastConfiguration Structure
TwainFastConfiguration Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.