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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly