←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly