DCProjectGetLogForTestDoc Method
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 22.0.0.0 (22.0.22462.100)
Syntaxpublic string GetLogForTestDoc(
string fileName,
int page
)
Public Function GetLogForTestDoc (
fileName As String,
page As Integer
) As String
public:
String^ GetLogForTestDoc(
String^ fileName,
int page
)
Parameters
- fileName
- Type: SystemString
- page
- Type: SystemInt32
Return Value
Type:
String
See Also