VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / BmpEncoder Class / SaveImageWithMetadataToStream(VintasoftImage,MetadataNode,Stream,IProgressController) Method
Syntax Remarks Requirements SeeAlso
In This Topic
SaveImageWithMetadataToStream(VintasoftImage,MetadataNode,Stream,IProgressController) Method (BmpEncoder)
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.

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