Writes one or more markers to an existing stream.
public IAsyncAction WriteMarkersAsync(
ILeadStream stream,
int pageNumber,
IVectorView<RasterMarkerMetadata> markers
)
Public Overloads Function WriteMarkersAsync( _
ByVal stream As ILeadStream, _
ByVal pageNumber As Integer, _
ByVal markers As IVectorView(Of RasterMarkerMetadata) _
) As IAsyncAction
public IAsyncAction WriteMarkersAsync(
ILeadStream stream,
int pageNumber,
IVectorView<RasterMarkerMetadata> markers
)
function Leadtools.Codecs.RasterCodecs.WriteMarkersAsync(ILeadStream,Int32,IVectorView{RasterMarkerMetadata})(
stream ,
pageNumber ,
markers
)
public:
IAsyncAction^ WriteMarkersAsync(
ILeadStream^ stream,
int pageNumber,
IVectorView<RasterMarkerMetadata^>^ markers
)
stream
A ILeadStream containing the output file data.
pageNumber
1-based index of the page at which to write the marker.
markers
A collection of RasterMarkerMetadata objects that contains the marker data.
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.
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