SetMarkers method (ILEADRasterIO)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short SetMarkers(ILEADMarkers *Marker, long lFlags)

Overview

Refer to Markers.

Remarks

Set the metadata markers to be used in the current thread.

All save operations performed in this thread will use these markers until SetMarkers is called again.

A copy of these markers will be made.

Pass NULL to the Marker parameter to clear any markers previously set by SetMarkers.

Comments set by setting the Comment property and calling the Save method, the SaveMemory method or the WriteComment method will override comments contained in the markers.

Tags set with SetTag will overwrite any user-defined tags contained in the markers.

If the Save method is instructed to save a stamp, the stamp will be regenerated from the bitmap and will override whatever Exif stamp is present in the markers.

See Also

Elements:

Count property, CopyMarkers method, CreateMarkers method, DeleteMarker method, DeleteMarkerAt method, Element property, ElementCount property, EnumerateMarkers event, EnumMarkers method, GetMarker method, GetMarkers method, InsertMarker method, Save method, SaveBuffer method, SaveMemory method, SaveOffset method, SaveMemory method, SaveLayers method, TransformFile method, Type property, WriteMetaData method

Topics:

Raster Images: Markers