The collection of marker data used when reading and writing certain file formats (including JPEG).
public IVector<RasterMarkerMetadata> Markers {get;}
Public ReadOnly Property Markers As IVector(Of RasterMarkerMetadata)
public IVector<RasterMarkerMetadata> Markers {get;}
get_Markers();
public:
property IVector<RasterMarkerMetadata^>^ Markers {
IVector<RasterMarkerMetadata^>^ get();
}
A collection of RasterMarkerMetadata used when reading and writing certain file formats (including JPEG).
Several formats allow you to store non-image data such as comments, tags, and markers.
You can manipulate the markers of an image by adding/removing RasterMarkerMetadata objects to this collection.
By setting the CodecsSaveOptions.Markers property to true before calling RasterCodecs.Save, you can save the markers in this collection when the image is saved into a file.
By setting the CodecsLoadOptions.Markers property to true before calling RasterCodecs.Load, you can load all the markers (if any) into this collection when an image is loaded from a file.
You can use the RasterCodecs.ReadMarkers method to load the markers directly from an existing file and the RasterCodecs.WriteMarkers method to save the markers to an existing file.
For more information, refer to Non Image Data.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET