Click or drag to resize

IWebCaptureCallbacks Interface

IWebCaptureCallbacks is the interface, that contains all necessary callbacks to customize HttpContext handling.

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 interface IWebCaptureCallbacks

The IWebCaptureCallbacks type exposes the following members.

Methods
  NameDescription
Public methodBatchFieldsForBatchClass
Method to return the batch fields for a batch class.
Public methodCurrentImportId
Returns the current import ID.
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 methodGetNewImportId
Returns a guid in string form.
Public methodGetRawXml
Would return unparsed xml, when overridden to connect to Kofax products.
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.
Public methodTrackStatus
Returns the status of a document with the specified import ID.
Top
See Also