'Declaration Public Overloads Overridable Function SaveImage( _
ByVal imageVintasoftImage object to save.As Vintasoft.Imaging.VintasoftImage, _
ByVal streamStream where the image should be saved.As System.IO.Stream, _
ByVal progressDelegateProgress delegate. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs) _
) As Boolean
public virtual bool SaveImage(
Vintasoft.Imaging.VintasoftImage image,
System.IO.Stream stream,
System.EventHandler<ProgressEventArgs> progressDelegate
)
public: virtual bool SaveImage(
Vintasoft.Imaging.VintasoftImage* image,
System.IO.Stream* stream,
System.EventHandler<ProgressEventArgs*>* progressDelegate
)
public:
virtual bool SaveImage(
Vintasoft.Imaging.VintasoftImage^ image,
System.IO.Stream^ stream,
System.EventHandler<ProgressEventArgs^>^ progressDelegate
)
Parameters
- image
- VintasoftImage object to save.
- stream
- Stream where the image should be saved.
- progressDelegate
- Progress delegate. Can be set to null (Nothing in Visual Basic).
Return Value
True - image is successfully saved to the stream;
false - image is not saved to the stream because is not necessary or canceled.
false - image is not saved to the stream because is not necessary or canceled.