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

Protected Overrides Sub SaveImageWithMetadataToStream( _
ByVal image
VintasoftImage object to save.
As Vintasoft.Imaging.VintasoftImage, _
ByVal metadataTree
Virtual metadata tree which contains information about cached image metadata.
As Vintasoft.Imaging.Metadata.MetadataNode, _
ByVal stream
Stream where the image should be saved.
As System.IO.Stream, _
ByVal progressController
Progress controller. Can be set to null (Nothing in Visual Basic).
As Vintasoft.Imaging.Utils.IProgressController _
)

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. Can be set to null (Nothing in Visual Basic).
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