SetMarkers method (Main Control)

Visual Basic example
Visual C++ 4.0 example

Syntax

short SetMarkers (LPDISPATCH pMarkers, long lFlags);

Overview

Refer to Working with Markers.

Remarks

Sets 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 pMarker parameter to clear any markers previously set by SetMarkers.

Comments set by the Comment property and calling the Save method, the SaveMemory or WriteComment 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:

CreateMarkers method, LoadMarkers method, GetMarkers method.

Topics:

Raster Images: Markers