Reads all the metadata markers (COM and APPn) from a stream.
public IAsyncOperation<IVector<RasterMarkerMetadata>> ReadMarkersAsync(
ILeadStream stream
)
Public Function ReadMarkersAsync( _
ByVal stream As ILeadStream _
) As IAsyncOperation(Of IVector(Of RasterMarkerMetadata))
public IAsyncOperation<IVector<RasterMarkerMetadata>> ReadMarkersAsync(
ILeadStream stream
)
function Leadtools.Codecs.RasterCodecs.ReadMarkersAsync(
stream
)
public:
IAsyncOperation<IVector<RasterMarkerMetadata^>^>^ ReadMarkersAsync(
ILeadStream^ stream
)
stream
A ILeadStream containing the input file image data.
When this method completes, it returns a collection of RasterMarkerMetadata objects containing the metadata marker data.
This method reads all the metadata markers from a file, and returns a collection of the markers.
For Exif files, this metadata collection will contain all the Exif and GPS comments, stored in APP1. It will also contain the audio information stored in APP2.
If the file contains no marker, then this method will return an empty collection.
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