Error Property

Summary

(Read only) Gets the last TWAIN error.

Syntax
C#
VB
C++
[DataMemberAttribute(Name="error")] 
public TwainError Error { get; } 
  
<DataMemberAttribute("error")> 
Public ReadOnly Property Error As TwainError 
[DataMemberAttribute("error")] 
public: 
property TwainError^ Error { 
   TwainError^ get(); 
} 

Property Value

The last TWAIN error.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Twain Assembly