ReadTagMemory method (ILEADRasterIO)

Visual Basic example

Visual C++ example

 

Syntax

short ReadTagMemory (long hMem, long lPage, long lTag, long lSize);

Overview

Refer to Implementing TIFF Tags.

Remarks

Reads the specified tag from the specified file that is stored in memory. The tag will be set as tag 0 in the control’s internal tag list. Once read, the type, number of data values and actual data values can be retrieved using the GetTagType method, the GetTagCount method and the GetTagData method.

For more information on setting tags, refer to the SetTag method.

See Also

Elements:

ReadTag method, SetTag method, GetTagType method, GetTagCount method, GetTagData method, WriteTag method, Save method, Comment property

Topics:

Raster Images: Getting and Setting File Information