Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

SaveXMPMetadata(Stream,Stream) Method








A Stream containing the source XML file from which the metadata should be read.
A Stream containing the destination image file to which the metadata should be written.
Saves all XMP metadata from the source XML file to the destination image file.
Syntax
public void SaveXMPMetadata( 
   Stream sourceStream,
   Stream destStream
)
'Declaration
 
Public Overloads Sub SaveXMPMetadata( _
   ByVal sourceStream As Stream, _
   ByVal destStream As Stream _
) 
'Usage
 
Dim instance As RasterCodecs
Dim sourceStream As Stream
Dim destStream As Stream
 
instance.SaveXMPMetadata(sourceStream, destStream)
public void SaveXMPMetadata( 
   Stream sourceStream,
   Stream destStream
)
 function Leadtools.Codecs.RasterCodecs.SaveXMPMetadata(Stream,Stream)( 
   sourceStream ,
   destStream 
)
public:
void SaveXMPMetadata( 
   Stream^ sourceStream,
   Stream^ destStream
) 

Parameters

sourceStream
A Stream containing the source XML file from which the metadata should be read.
destStream
A Stream containing the destination image file to which the metadata should be written.
Remarks

The XML file referenced by sourceStream must contain a valid XMP Data.

The file referenced by destStream must be a file format that supports XMP. For example PNG, PDF, JPEG, TIFF and SVG.

To determine if a file format supports XMP, use MetadataItemsSupported.

Example
For an example, refer to SaveXMPMetadata.
Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members
Overload List

Error processing SSI file