←Select platform

GetOptionDescriptor Method

Summary

Gets the option descriptor for the specified option number.

Syntax

C#
VB
Java
C++
public abstract Leadtools.Sane.SaneOptionDescriptor GetOptionDescriptor(  
   int optionIndex 
) 
Public MustOverride Function GetOptionDescriptor( _ 
   ByVal optionIndex As Integer _ 
) As Leadtools.Sane.SaneOptionDescriptor 
public abstract SaneOptionDescriptor getOptionDescriptor(int optionIndex) 
public: 
abstract Leadtools.Sane.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Sane Assembly