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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly