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



Gets or sets the WIA property long value.

Syntax

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

Return Value

The WIA property long value.

Example

For an example, refer to WiaSession.GetPropertyLong.

Remarks

To get the WIA property Long value from this property, call the GetPropertyLong method first to ensure this property contains a valid value. To set this property, provide it with your value and then call the SetPropertyLong 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