In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / TwainResultCode Enumeration

TwainResultCode Enumeration

In This Topic
Syntax
'Declaration

 

<ComVisibleAttribute(True)>

Public Enum TwainResultCode 

   Inherits System.Enum
[ComVisible(true)]

public enum TwainResultCode : System.Enum 
public enum TwainResultCode = class(System.Enum)
ComVisibleAttribute()

public enum TwainResultCode extends System.Enum
[ComVisible(true)]

__value public enum TwainResultCode : public System.Enum 
[ComVisible(true)]

public enum class TwainResultCode : public System.Enum 
Members
MemberValueDescription
TWRC_CANCEL3 Abort transfer or the Cancel button was pressed.
TWRC_CHECKSTATUS2 Partially successful operation; request further information.
TWRC_DATANOTAVAILABLE9 Data for the requested information is not available.
TWRC_DSEVENT4 Event or Windows message beIntegers to this Source.
TWRC_ENDOFLIST7 No more sources found after MSG_GETNEXT.
TWRC_FAILURE1 Operation failed - get the Condition Code for more information.
TWRC_INFONOTSUPPORTED8 The type of information requested is not supported by the data source.
TWRC_NOTDSEVENT5 Event or Windows message does not beInteger to this source.
TWRC_SUCCESS0 Operation was successful.
TWRC_XFERDONE6 All data has been transfered.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.TwainResultCode

See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace