Visual Basic (Declaration) | |
---|---|
Public Property ImageBitsPerPixel As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int ImageBitsPerPixel {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_ImageBitsPerPixel(); public: __property void set_ImageBitsPerPixel( int value ); |
Return Value
The bits per pixel value used to transfer images from the current TWAIN source.For an example, refer to ImageUnit.
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 1.9).
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
TwainSession ClassTwainSession 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