Click or drag to resize

WebCaptureCallbacksGetRawXml Method

Would return unparsed xml, when overridden to connect to Kofax products.

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 virtual List<string> GetRawXml(
	string contentType
)

Parameters

contentType
Type: SystemString
The selected ContentType.

Return Value

Type: ListString

Implements

IWebCaptureCallbacksGetRawXml(String)
See Also