'Declaration Protected MustOverride Function SaveImagesCore( _
ByVal imagesImageCollection object to save.As Vintasoft.Imaging.ImageCollection, _
ByVal streamStream where the image from collection should be saved.As System.IO.Stream, _
ByVal progressControllerProgress controller.As Vintasoft.Imaging.Utils.IProgressController _
) As Boolean
protected abstract bool SaveImagesCore(
Vintasoft.Imaging.ImageCollection images,
System.IO.Stream stream,
Vintasoft.Imaging.Utils.IProgressController progressController
)
protected: abstract bool SaveImagesCore(
Vintasoft.Imaging.ImageCollection* images,
System.IO.Stream* stream,
Vintasoft.Imaging.Utils.IProgressController* progressController
)
protected:
abstract bool SaveImagesCore(
Vintasoft.Imaging.ImageCollection^ images,
System.IO.Stream^ stream,
Vintasoft.Imaging.Utils.IProgressController^ progressController
)
Parameters
- images
- ImageCollection object to save.
- stream
- Stream where the image from collection should be saved.
- progressController
- Progress controller.
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.