←Select platform

WriteMarker(Stream,int,RasterMarkerMetadata) Method

Summary

Writes a marker to an existing stream.

Syntax
C#
VB
Objective-C
C++
Java
public void WriteMarker( 
   Stream stream, 
   int pageNumber, 
   RasterMarkerMetadata marker 
) 
Public Overloads Sub WriteMarker( _ 
   ByVal stream As Stream, _ 
   ByVal pageNumber As Integer, _ 
   ByVal marker As RasterMarkerMetadata _ 
)  
- (BOOL)writeMarker:(nullable LTRasterMarkerMetadata *)marker  
           toStream:(LTLeadStream *)stream  
         pageNumber:(NSInteger)pageNumber  
              error:(NSError **)error 
public void writeMarker(ILeadStream stream, int pageNumber, RasterMarkerMetadata marker) 
public: 
void WriteMarker(  
   Stream^ stream, 
   int pageNumber, 
   RasterMarkerMetadata^ marker 
)  

Parameters

stream
A Stream containing the output file data.

pageNumber
1-based index of the page at which to write the marker.

marker
A RasterMarkerMetadata object that contains the marker data.

Remarks

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.

When you add or remove tags, the tags array at the end of the file is re-written. When you modify existing tags, the new tag value is added to the file and the IFD is modified as necessary. In all of these cases, there is no image recompression.

Example

For an example, refer to WriteMarker.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly