'Declaration
Public Overloads Function TwainAcquireToGdPictureImage( _ ByVal HANDLE As Integer _ ) As Integer
public int TwainAcquireToGdPictureImage( int HANDLE )
public function TwainAcquireToGdPictureImage( HANDLE: Integer ): Integer;
public function TwainAcquireToGdPictureImage( HANDLE : int ) : int;
public: int TwainAcquireToGdPictureImage( int HANDLE )
public: int TwainAcquireToGdPictureImage( int HANDLE )
Parameters
- HANDLE
- A Window Handle IE: Me.Handle. In most applications you can use nothing but on Citrix and WTS, this must be a top-level window or a child of a top level window.
Return Value
0: The image could not created. Use the GetStat(), TwainGetLastResultCode() and
TwainGetLastConditionCode() 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.