VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / MultipageEncoderBase Class / SaveImage Methods / SaveImage(VintasoftImage,Stream,IProgressController) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
SaveImage(VintasoftImage,Stream,IProgressController) Method (MultipageEncoderBase)
In This Topic
Saves the image to the stream.
Syntax

Parameters

image
VintasoftImage object to save.
stream
Stream where the image should be saved.
progressController
Progress controller.

Return Value

True - image is successfully saved to the stream;
false - image is not saved to the stream because is not necessary or canceled.
Exceptions
ExceptionDescription
Thrown if image or stream are null.
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