Value Property

Summary
Gets the property value for the property being set.
Syntax
C#
VB
C++
public object Value { get; } 
  
Public ReadOnly Property Value As Object 
public: 
property Object^ Value { 
   Object^ get(); 
} 

Property Value

The property value for the property being set.

Remarks

You need to cast this value according to the variable type received through the ValueType property.

Example

For an example, refer to GetRootItem

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.