SetMarkers method (ILEADRasterIO)
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