TiffEncoderSave Method (Stream, ImageSource, ProgressEventHandler) |
Saves the images to the specified stream.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public override long Save(
Stream stream,
ImageSource images,
ProgressEventHandler progress
)
Public Overrides Function Save (
stream As Stream,
images As ImageSource,
progress As ProgressEventHandler
) As Long
Parameters
- stream
- Type: System.IOStream
The stream. - images
- Type: Atalasoft.ImagingImageSource
The images to save. - progress
- Type: Atalasoft.ImagingProgressEventHandler
The progress handler.
Return Value
Type:
Int64The total number of bytes written to the provided stream.
See Also