FlagValues Property

Summary
Gets the retrieved flag capability values.
Syntax
C#
VB
C++
public int FlagValues { get; } 
  
Public ReadOnly Property FlagValues As Integer 
public: 
property int FlagValues { 
   int get(); 
} 

Property Value

An integer that represents the flag values.

Remarks

Use the received flags to get the available values of the received property ID through the WiaCapability structure. Refer to the Microsoft SDK help for a list of available values for each received property ID.

Example

For an example, refer to WiaSession.EnumCapabilities

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.