Leadtools TWAIN (Leadtools.Twain assembly)

BitsPerPixel Property (TwainImageResolutionProperties)

Show in webframe





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 TwainProperties.ImageResolution example.
Requirements

Target Platforms

See Also

Reference

TwainImageResolutionProperties Structure
TwainImageResolutionProperties Members

 

 


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