GetBitmapValue method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall GetBitmapValue(Cardinal uIndex, int nBitsPerPixel, int nOrder);

Delphi Syntax

function GetBitmapValue(uIndex: Cardinal; nBitsPerPixel, nOrder: Integer): Integer;

Overview

Refer to Working with Data Sets.

Remarks

Updates the Bitmap property with the image associated with the Pixel Data Element specified by the CurrentElement property.

If more than one image is present, uIndex specifies which image to get. uIndex is zero-based.

For a table of possible Compression, Photometric, BitsPerPixel, and Quality Factor combinations, refer to Compression Table.

This method generates an OnProgressStatus event.

See Also

Elements:

Bitmap property, SetBitmapValue method