'Declaration Public Function ToBitmap() As Bitmap
public Bitmap ToBitmap()
public: Bitmap* ToBitmap();
public: Bitmap^ ToBitmap();
Return Value
Bitmap object containing a copy of the current image.
'Declaration Public Function ToBitmap() As Bitmap
public Bitmap ToBitmap()
public: Bitmap* ToBitmap();
public: Bitmap^ ToBitmap();
Exception | Description |
---|---|
ScanFixUnsupportedImageException | Thrown when image type is unsupported. |
ScanFixException | Thrown when operation failed. |