←Select platform

GetOptionDescriptors Method

Summary

Gets all of the option descriptors for the device.

Syntax

C#
VB
Java
C++
public abstract [Leadtools.Sane.SaneOptionDescriptor[]](saneoptiondescriptor.md) GetOptionDescriptors() 
Public MustOverride Function GetOptionDescriptors() As Leadtools.Sane.SaneOptionDescriptor() 
public abstract SaneOptionDescriptor[] getOptionDescriptors() 
public: 
abstract Leadtools.Sane.array<SaneOptionDescriptor^>^ GetOptionDescriptors();  

Return Value

An array of all of the option descriptors for the device.

Remarks

There are some standard options, but other options are device-specific. Use this function to determine all options supported by a particular scanner.

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