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



Gets or sets common WIA source properties.

Syntax

Visual Basic (Declaration) 
Public Property Properties As WiaProperties
Visual Basic (Usage)Copy Code
Dim instance As WiaSession
Dim value As WiaProperties
 
instance.Properties = value
 
value = instance.Properties
C# 
public WiaProperties Properties {get; set;}
C++/CLI 
public:
property WiaProperties Properties {
   WiaProperties get();
   void set (WiaProperties value);
}

Return Value

Ccommon WIA source properties.

Example

For an example, refer to WiaSession.GetRootItem.

Remarks

To get the WIA source properties listed within the WiaProperties structure, call the GetProperties method first to ensure this property contains a valid value. To set this property, provide it with your WiaProperties structure and then call the SetProperties method.

Requirements

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

See Also