GetImageInformation method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall GetImageInformation(Cardinal uIndex);

Delphi Syntax

function GetImageInformation(uIndex: Cardinal): Integer;

Overview

Refer to Working with Data Sets.

Remarks

Gets information about the image at the specified index within the Pixel Data Element specified by the CurrentElement property.

This method updates the ImageInfo property.

See Also

Elements:

ImageInfo property