Leadtools TWAIN (Leadtools.Twain assembly)

ImageBitsPerPixel Property

Show in webframe





Gets or sets the bits per pixel value used to transfer images from the current TWAIN source.
Syntax
public int ImageBitsPerPixel {get; set;}
'Declaration
 
Public Property ImageBitsPerPixel As Integer
'Usage
 
Dim instance As TwainSession
Dim value As Integer
 
instance.ImageBitsPerPixel = value
 
value = instance.ImageBitsPerPixel

            

            
public:
property int ImageBitsPerPixel {
   int get();
   void set (    int value);
}

Property Value

The bits per pixel value used to transfer images from the current TWAIN source.
Remarks
This property internally gets or sets the bits per pixel capability ICAP_BITDEPTH. For more information on this capability, refer to http://www.twain.org and click on TWAIN Specification (Version 2.0).
Example
For an example, refer to ImageUnit.
Requirements

Target Platforms

See Also

Reference

TwainSession Class
TwainSession Members
Startup Method
Shutdown Method
Acquire Method
MaximumTransferCount Property
DuplexScanningMode Property
EnableDuplexScanning Property
AcquirePageOptions Property
ImageEffects Property
ImageUnit Property
ImageFrame Property
IsTransferModeAvailable Method
TransferOptions Property
ShowProgressIndicator Method

 

 


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