Click or drag to resize

IsisSettings Class

Represents ISIS device settings.
Inheritance Hierarchy
SystemObject
  Atalasoft.IsisIsisSettings

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class IsisSettings

The IsisSettings type exposes the following members.

Properties
  NameDescription
Public propertyBarcode
Gets barcode related settings.
Public propertyBrightness
Gets or sets the brightness value used when scanning.
Public propertyCompression
Gets or sets scanning compression settings.
Public propertyContrast
Gets or sets contrast value used for scanning.
Public propertyCustomBrightness
Gets or sets custom brightness value.
Public propertyCustomContrast
Gets or sets custom contrast value.
Public propertyDataOrientation
Gets or sets image data orientation.
Public propertyDither
Gets or sets dither settings.
Public propertyDocumentFeeder
Gets document feeder settings.
Public propertyEmphasis
Gets or sets emphasis settings.
Public propertyEndorserText
Gets or sets a string to be printed by the scanner's endorser.
Public propertyFileType
Gets or sets type of file.
Public propertyGamma
Gets or sets gamma value.
Public propertyJobSeparatorDetection
Gets or sets job separation mode.
Public propertyMixedScanning
Gets or sets mixed scanning settings value.
Public propertyOutline
Gets or sets a value indicating whether outline scanning should be performed or not.
Public propertyOverscanColor
Gets or sets the color of the overscan area.
Public propertyPageScanTimeout
Gets a value indicating the maximum number of tenths of a second for a scanner to scan a page.
Public propertyPageSize
Gets or sets the size of page to scan.
Public propertyPixelFormat
Gets or sets pixel format use for scanning.
Public propertyRemoveBlackPages
Gets or sets a value indicating whether black pages should be removed.
Public propertyRemoveBlackPageThreshold
Gets or sets black page threshold used if RemoveBlackPages is turned on.
Public propertyRemoveWhitePages
Gets or sets a value indicating whether white page should be removed.
Public propertyRemoveWhitePageThreshold
Gets or sets white page threshold used if RemoveWhitePages is turned on.
Public propertyResolution
Gets or sets scan resolution.
Public propertyResolutionUnit
Gets or sets resolution unit.
Public propertyScanAhead
Gets or sets a value indicating whether scan ahead should be turned on.
Public propertyScanAheadBuffered
Gets the number of pages in the scanner's buffer.
Public propertyScanAheadCount
Gets or sets the maximum number of pages to be scanned ahead.
Public propertyScanArea
Gets or sets rectangle to be scannned.
Public propertyScanType
Gets or sets scanning source value.
Public propertySharpness
Gets or sets sharpness value.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSupportedBlackPageThresholdValues
Gets the list of supported threshold values for black page detection.
Public methodGetSupportedBlankPageThresholdValues Obsolete.
Gets the list of supported threshold values for black page detection.
Public methodGetSupportedBrightnessValues
Gets the list of supported brightness values.
Public methodGetSupportedColorFormats
Gets the list of supported color formats.
Public methodGetSupportedCompressions
Gets the list of supported compressions.
Public methodGetSupportedContrastValues
Gets the list of supported contrast values.
Public methodGetSupportedDataOrientationValues
Gets the list of supported data orientation values.
Public methodGetSupportedDitherMethods
Gets the list of supported dither methods.
Public methodGetSupportedFileTypes
Gets the list of supported file types.
Public methodGetSupportedGammaValues
Gets the list of supported gamma values.
Public methodGetSupportedPageSizes
Gets the list of supported page sizes.
Public methodGetSupportedResolutions
Gets the list of supported resolutions.
Public methodGetSupportedScanAreaWidthValues
Gets the list of supported image width values.
Public methodGetSupportedScanTypes
Gets the list of supported scan types.
Public methodGetSupportedSettings
Gets the list of supported settings.
Public methodGetSupportedSharpnessValues
Gets the list of supported sharpness values.
Public methodGetSupportedWhitePageThresholdValues
Gets the list of supported threshold values for white page detection.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsCustomBrightnessSupported
Checks if custom brightness value can be set.
Public methodIsCustomContrastSupported
Checks if custom contrast value can be set.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodQuerySupport
Checks if the specified setting is supported.
Public methodShowConfigurationDialog
Displays a default configuration dialog, allowing the user to create or modify configurations for the driver.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also