DCProjectProcessedText Method
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax public 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:
StringSee Also