Visual Basic (Declaration) | |
---|---|
Public Property ImageBitsPerPixel As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TwainSession Dim value As Integer instance.ImageBitsPerPixel = value value = instance.ImageBitsPerPixel |
C# | |
---|---|
public int ImageBitsPerPixel {get; set;} |
Property Value
The bits per pixel value used to transfer images from the current TWAIN source.For an example, refer to Leadtools.Twain.TwainSession.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 2.0).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
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