LoadInfoBits property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Access 2.0 example

Access 95, 97 example
Visual J++ example

Syntax short LoadInfoBits

Overview:  Refer to Loading a Bitmap from a File.

Remarks

Specifies the bits per pixel of the image data to be loaded. LEADTOOLS uses this value only if it fails to find the value in the file header. You can use this and the other LoadInfo... properties for loading raw FAX data (CCITT Group 3 or Group 4).

LEADTOOLS checks the LoadInfoFormat property first. If that property has a non-zero value, it uses the other LoadInfo... property values. Keep in mind that when these values are used, LEADTOOLS does not validate the data in the file. If you want LEADTOOLS to validate the data, you must set the LoadInfoFormat property to zero.

Support for 12 and 16-bit grayscale images is available only in the Document/Medical toolkits.

See Also

Elements:  LoadInfo event, LoadInfoFlags property, LoadInfoFormat property, LoadInfoHeight property, LoadInfoOffset property, LoadInfoWidth property, LoadInfoXRes property, LoadInfoYRes property

Topics:  Raster Images: Loading Files