Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.11.10
|
Leadtools.Services.Twain Namespace > TwainStatus Class : Error Property |
[DataMemberAttribute("error")] public TwainError Error {get;}
'Declaration <DataMemberAttribute("error")> Public ReadOnly Property Error As TwainError
'Usage Dim instance As TwainStatus Dim value As TwainError value = instance.Error
[DataMemberAttribute("error")] public: property TwainError^ Error { TwainError^ get(); }