'Declaration
Public Function WiaAcquireToGdPictureImage() As Integer
public int WiaAcquireToGdPictureImage()
public function WiaAcquireToGdPictureImage(): Integer;
public function WiaAcquireToGdPictureImage() : int;
public: int WiaAcquireToGdPictureImage();
public: int WiaAcquireToGdPictureImage();
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.