Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Empty Property
See Also 
Leadtools.Wia Namespace > WiaDataTransferProperties Structure : Empty Property



Returns a WiaDataTransferProperties structure with default values.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property Empty As WiaDataTransferProperties
Visual Basic (Usage)Copy Code
Dim value As WiaDataTransferProperties
 
value = WiaDataTransferProperties.Empty
C# 
public static WiaDataTransferProperties Empty {get;}
C++/CLI 
public:
static property WiaDataTransferProperties Empty {
   WiaDataTransferProperties get();
}

Return Value

A WiaDataTransferProperties structure with default values.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also