'Declaration Protected Overridable Function NeedCompressImage( _
ByVal imageThe image that should ne stored in storage.As Vintasoft.Imaging.VintasoftImage _
) As Boolean
protected virtual bool NeedCompressImage(
Vintasoft.Imaging.VintasoftImage image
)
protected: virtual bool NeedCompressImage(
Vintasoft.Imaging.VintasoftImage* image
)
protected:
virtual bool NeedCompressImage(
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- image
- The image that should ne stored in storage.
Return Value
True - storage need to compress an image;
false - storage does NOT need to compress an image.
false - storage does NOT need to compress an image.