'Declaration Public Overloads Function SaveImages( _
ByVal imagesImageCollection object to save.As Vintasoft.Imaging.ImageCollection, _
ByVal streamStream where the image from collection should be saved.As System.IO.Stream, _
ByVal progressDelegateProgress delegate.As System.EventHandler(Of ProgressEventArgs) _
) As Boolean
public bool SaveImages(
Vintasoft.Imaging.ImageCollection images,
System.IO.Stream stream,
System.EventHandler<ProgressEventArgs> progressDelegate
)
Parameters
- images
- ImageCollection object to save.
- stream
- Stream where the image from collection should be saved.
- progressDelegate
- Progress delegate.
Return Value
True - image collection is successfully saved to the stream;
false - image collection is not saved to the stream because collection is empty, saving is not necessary or canceled.
false - image collection is not saved to the stream because collection is empty, saving is not necessary or canceled.