DCProjectProcessedText 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 ProcessedText(
string fileName,
int page,
DCTextProcessorPhase phase
)
Public Function ProcessedText (
fileName As String,
page As Integer,
phase As DCTextProcessorPhase
) As String
public:
String^ ProcessedText(
String^ fileName,
int page,
DCTextProcessorPhase phase
)
Parameters
- fileName
- Type: SystemString
- page
- Type: SystemInt32
- phase
- Type: Kofax.OmniPageCSDK.ObjectsDCTextProcessorPhase
Return Value
Type:
String
See Also