Click or drag to resize

WebCaptureCallbacks Class

Represents a default implementation of the IWebCaptureCallbacks.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.WebControls.CoreWebCaptureCallbacks

Namespace:  Atalasoft.Imaging.WebControls.Core
Assembly:  Atalasoft.dotImage.WebControls.Core (in Atalasoft.dotImage.WebControls.Core.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public abstract class WebCaptureCallbacks : IWebCaptureCallbacks

The WebCaptureCallbacks type exposes the following members.

Constructors
  NameDescription
Protected methodWebCaptureCallbacks Obsolete.
Initializes a new instance of the WebCaptureCallbacks class
Protected methodWebCaptureCallbacks(IHostingEnvironment)
Initializes a new instance of the WebCaptureCallbacks class
Top
Methods
  NameDescription
Public methodBatchFieldsForBatchClass
Method to return the batch fields for a batch class.
Public methodCurrentImportId
Returns the current import ID.
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 methodGetContentTypeDescription
Method to get content type descriptions for a specified content type from Kofax products.
Public methodGetContentTypeList
Method to get content type lists from Kofax products.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNewImportId
Returns a guid in string form.
Public methodGetRawXml
Would return unparsed xml, when overridden to connect to Kofax products.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHandleUpload
Decodes the base64 encoded stream from the client, and save it as a tif file.
Public methodImportDocument
Method to import uploaded documents into Kofax products.
Public methodImportDocumentWithIndexFields
Method to import an uploaded document into Kofax Capture along with index field information.
Public methodIndexFieldsForDocumentClass
Method to return IndexFields for a specified document class when overridden.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrackStatus
Returns the status of a document with the specified import ID.
Top
See Also