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 > WiaImageResolutionProperties Structure : Empty Property



Returns a WiaImageResolutionProperties structure with default values.

Syntax

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

Return Value

A WiaImageResolutionProperties 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