Accusoft.ISISXpress6.Net
SetupOptions Enumeration
See Also  Send Feedback
Accusoft.ISISXpressSdk Namespace : SetupOptions Enumeration




Glossary Item Box

Option values to modify what is displayed by the predefined scanner settings dialog.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
Area2Displays a scanner settings dialog that shows the Area button. When the Area button is clicked, and Area dialog is displayed.
AreaPreview8Displays a scanner dialog that displays the Area button. When the Area button is clicked, an Area dialog, containing a preview window is displayed.
Binary1Displays a scanner settings dialog that only allows binary modes. This prevents the user from choosing grayscale or color modes.
Normal0Displays the normal scanner settings dialog.
Return4Displays a scanner settings dialog that returns SCANERR_CANCEL if the user clicks the Cancel button. If this flag is not set, then the settings dialog is always returned with no error.

Remarks

These values are used with the Scanner.Setup methods.

This enumeration is a FlagsAttribute enumeration that can be treated as a bit field or a set of flags. The following example shows how this enumeration can be used:

ISISX.Scanner.Setup(Accusoft.ISISXpressSdk.SetupOptions.Binary | Accusoft.ISISXpressSdk.SetupOptions.Return);

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.ISISXpressSdk.SetupOptions

See Also

©2013. Accusoft Corporation. All Rights Reserved.