Click or drag to resize

SettingCollection Class

Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.Objects
Assembly:  Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public class SettingCollection : SettingNode, 
	IDisposable

The SettingCollection type exposes the following members.

Constructors
  NameDescription
Public methodSettingCollection

This returns back with default setting collection (SID 0).

If you want a new setting collection use this: SettingCollection settings = new SettingCollection(new SettingCollection())

Public methodSettingCollection(SettingCollection)

This constructor creates a new setting collection based on input collection

See RecAPI.kRecCreateSettingsCollection.
Top
Properties
  NameDescription
Public propertyBarTypes
Public propertyBoolArray
(Inherited from SettingNode.)
Public propertyBoolArrayValue (Inherited from SettingNode.)
Public propertyBoolSet
(Inherited from SettingNode.)
Public propertyBoolValue (Inherited from SettingNode.)
Public propertyCloneOrigin (Inherited from SettingNode.)
Public propertyCodePages
Public propertyCompressionLevel
Public propertyCompressionTradeoff
Public propertyDecompositionMethod
Public propertyDefaultBoolArrayValue (Inherited from SettingNode.)
Public propertyDefaultBoolValue (Inherited from SettingNode.)
Public propertyDefaultDoubleArrayValue (Inherited from SettingNode.)
Public propertyDefaultDoubleValue (Inherited from SettingNode.)
Public propertyDefaultFillingMethod
Public propertyDefaultFilter
Public propertyDefaultIntArrayValue (Inherited from SettingNode.)
Public propertyDefaultIntValue (Inherited from SettingNode.)
Public propertyDefaultRecognitionModule
Public propertyDefaultStringValue (Inherited from SettingNode.)
Public propertyDoubleArray
(Inherited from SettingNode.)
Public propertyDoubleArrayValue (Inherited from SettingNode.)
Public propertyDoubleValue (Inherited from SettingNode.)
Public propertyDTXTOutputformat
Public propertyEnumArray
(Inherited from SettingNode.)
Public propertyEnumArrayValue (Inherited from SettingNode.)
Public propertyEnums
(Inherited from SettingNode.)
Public propertyEnumValue (Inherited from SettingNode.)
Public propertyFaxCorrection
Public propertyFilterPlus
Public propertyFlags (Inherited from SettingNode.)
Public propertyForceSingleColumn
Public propertyHasSetting (Inherited from SettingNode.)
Public propertyHnrStyle
Public propertyImageBinarizationMode
Public propertyImageBrightness
Public propertyImageConversionMode
Public propertyImageDeskew
Public propertyImageDespeckleMode
Public propertyImageDownsample
Public propertyImageInvert
Public propertyImageResolutionEnhancement
Public propertyImageRotation
Public propertyImageSlope
Public propertyImageStretchMode
Public propertyImageThreshold
Public propertyImfLoadFlags
Public propertyIntArray
(Inherited from SettingNode.)
Public propertyIntArrayValue (Inherited from SettingNode.)
Public propertyIntValue (Inherited from SettingNode.)
Public propertyIsDefault (Inherited from SettingNode.)
Public propertyItem (Inherited from SettingNode.)
Public propertyJP2KAlternativeCfg
Public propertyJP2KQualityModeIsSlopeThrBased
Public propertyJPGCodingFlags
Public propertyJPGGrayQualityMult
Public propertyJPGQuality
Public propertyLanguages
Public propertyMissingSymbol
Public propertyMorFaxed
Public propertyName (Inherited from SettingNode.)
Public propertyNongriddedTableDetect
Public propertyOCRThreadCount
Public propertyOutputFormats
Public propertyPageDescription
Public propertyPdfTagInfo
Public propertyPreserveOriginalImage
Public propertyRejectionSymbol
Public propertyRetainColor
Public propertyRMTradeoff
Public propertySpellLanguages
Public propertyStatistics
Public propertyStringValue (Inherited from SettingNode.)
Public propertySymbolicValue (Inherited from SettingNode.)
Public propertyTimeOut
Public propertyTrainingFileName
Public propertyType (Inherited from SettingNode.)
Public propertyStatic memberUILanguage
Public propertyUserDictionary
Public propertyVerticalDictionaries
Public propertyWMPQuality
Top
Methods
  NameDescription
Public methodClone (Inherited from SettingNode.)
Public methodConvert2DTXT(String, Page)
Public methodConvert2DTXT(String, Page, IMAGEINDEX)
Public methodCopy (Inherited from SettingNode.)
Public methodDelete (Inherited from SettingNode.)
Public methodDispose
Releases all resources used by the SettingCollection
Protected methodDispose(Boolean)
Public methodExecuteWorkflow
Protected methodFinalize
Public methodGetDropoutColorWeights
Public methodGetEnumerator (Inherited from SettingNode.)
Public methodGetHnrParams
Public methodGetImageFormat
Public methodGetJP2KColorSlopeThrMinMax
Public methodGetJP2KGraySlopeThrMinMax
Public methodGetLastError
Public methodGetOmrParams
Public methodGetRPPErrorList
Public methodGetRPPErrorListP
Public methodGetThumbnailImageInfo
Public methodLoad
Public methodMakePagesSearchable
Public methodProcessFormPagesTemplate
Public methodProcessPages(String, String)
Public methodProcessPages(String, String, String, Boolean)
Public methodProcessPDFFormPages
Public methodResetBookSize
Public methodSave (Inherited from SettingNode.)
Public methodSetDefaults
Public methodSetDropoutColorWeights
Public methodSetHnrParams
Public methodSetImageFormat
Public methodSetJP2KColorSlopeThrMinMax
Public methodSetJP2KGraySlopeThrMinMax
Public methodSetMRCCompressionSettingsfromLevel
Public methodSetOmrParams
Public methodSetThumbnailImageInfo
Public methodSetToDefault (Inherited from SettingNode.)
Top
Events
See Also