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

Show in webframe

BitsPerPixel Property (TwainImageResolutionProperties)






Gets or sets the bits per pixel the acquired images will have.
Syntax
public int BitsPerPixel {get; set;}
'Declaration
 
Public Property BitsPerPixel As Integer
'Usage
 
Dim instance As TwainImageResolutionProperties
Dim value As Integer
 
instance.BitsPerPixel = value
 
value = instance.BitsPerPixel
public:
property int BitsPerPixel {
   int get();
   void set (    int value);
}

Property Value

The bits per pixel the acquired images will have.
Example
Refer to ImageResolution example.
Requirements

Target Platforms

See Also

Reference

TwainImageResolutionProperties Structure
TwainImageResolutionProperties Members

Error processing SSI file