←Select platform

GetOptionDescriptor Method

Summary
Gets the option descriptor for the specified option number.
Syntax
C#
VB
Java
public abstract SaneOptionDescriptor GetOptionDescriptor(  
   int optionIndex 
) 
Public MustOverride Function GetOptionDescriptor( _ 
   ByVal optionIndex As Integer _ 
) As SaneOptionDescriptor 
public abstract SaneOptionDescriptor getOptionDescriptor(int optionIndex) 

Parameters

optionIndex
The option index.

Return Value

The option descriptor for the specified option index.

Remarks

Option number 0 is guaranteed to be a valid option. Its value specifies the number of options that are available for the device (the count includes option 0).

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.Sane Assembly

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