'Declaration Public Overloads Overrides Function SaveImage( _
ByVal imageVintasoftImage object to save.As Vintasoft.Imaging.VintasoftImage, _
ByVal streamStream where the image should be saved.As System.IO.Stream, _
ByVal progressControllerProgress controller.As Vintasoft.Imaging.Utils.IProgressController _
) As Boolean
public override bool SaveImage(
Vintasoft.Imaging.VintasoftImage image,
System.IO.Stream stream,
Vintasoft.Imaging.Utils.IProgressController progressController
)
public: bool SaveImage(
Vintasoft.Imaging.VintasoftImage* image,
System.IO.Stream* stream,
Vintasoft.Imaging.Utils.IProgressController* progressController
); override
public:
bool SaveImage(
Vintasoft.Imaging.VintasoftImage^ image,
System.IO.Stream^ stream,
Vintasoft.Imaging.Utils.IProgressController^ progressController
); override
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 saving is canceled.
false - image is not saved to the stream because is not necessary or saving is canceled.