Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

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

Error processing SSI file