WebCaptureRequestHandlerGetRawXml Method |
Would return unparsed xml, when overridden to connect to Tungsten Automation products.
Namespace:
Atalasoft.Imaging.WebControls.Capture
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxprotected virtual List<string> GetRawXml(
string contentType
)
Protected Overridable Function GetRawXml (
contentType As String
) As List(Of String)
Parameters
- contentType
- Type: SystemString
The selected ContentType.
Return Value
Type:
ListStringReturns an empty list.
See Also