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