'Declaration
Public Function WiaTakePictureToGdPictureImage() As Integer
public int WiaTakePictureToGdPictureImage()
public function WiaTakePictureToGdPictureImage(): Integer;
public function WiaTakePictureToGdPictureImage() : int;
public: int WiaTakePictureToGdPictureImage();
public: int WiaTakePictureToGdPictureImage();
Return Value
0: The image could not created. Use the GetStat() and WiaGetLastError() methods for diagnosing the
error.
Non-zero: GdPicture image identifier. The created image. The ReleaseGdPictureImage() method must be subsequently used to release the image from the memory.