Visual Basic (Declaration) | |
---|---|
Public Property Properties As WiaProperties |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public WiaProperties Properties {get; set;} |
C++/CLI | |
---|---|
public: property WiaProperties Properties { WiaProperties get(); void set (WiaProperties value); } |
Return Value
Ccommon WIA source properties.For an example, refer to WiaSession.GetRootItem.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family