You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > TWAIN Features > TwainGetLastResultCode Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.TwainGetLastResultCode Method

Returns the last result code from the last message sent to TWAIN.

C#
public TwainResultCode TwainGetLastResultCode();
Visual Basic
Public Function TwainGetLastResultCode() As TwainResultCode
Returns

A member of the TwainResultCode enumeration.

If the result is not TWRC_SUCCESS, you can use the TwainGetLastConditionCode() function to check the reason on this result.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.