ImageBitsPerPixel Property

Summary
Gets or sets the bits per pixel value used to transfer images from the current TWAIN source.
Syntax
C#
VB
C++
public int ImageBitsPerPixel { get; set; } 
Public Property ImageBitsPerPixel As Integer 
public: 
property int ImageBitsPerPixel { 
   int get(); 
   void set (    int ); 
} 

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 the TWAIN specification.

Example

For an example, refer to ImageUnit.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.