VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / EncoderBase Class / SaveImageWithMetadataToStream(VintasoftImage,MetadataNode,Stream,IProgressController) Method
Syntax Remarks Requirements SeeAlso
In This Topic
SaveImageWithMetadataToStream(VintasoftImage,MetadataNode,Stream,IProgressController) Method (EncoderBase)
In This Topic
Saves single image to the stream.
Syntax

Parameters

image
VintasoftImage object to save.
metadataTree
Virtual metadata tree which contains information about cached image metadata.
stream
Stream where the image should be saved.
progressController
Progress controller.
Remarks

This method is used in SaveImage(VintasoftImage,Stream) method when image data is changed (image metadata may be changed also) or image must be saved to new source.

This method does nothing and it must be overridden in derived class.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also