EditorViewProofChange Method 
             | 
          
        
         
          This replaces the last flagged word found with the new string specified by the ChangedTo parameter.
 
    Namespace: 
   Kofax.OmniPageCSDK.ToolBoxes
    Assembly:
   Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic bool ProofChange(
	string ChangeTo,
	bool ChangeAll
)
Public Function ProofChange ( 
	ChangeTo As String,
	ChangeAll As Boolean
) As Boolean
public:
bool ProofChange(
	String^ ChangeTo, 
	bool ChangeAll
)
Parameters
- ChangeTo
 - Type: SystemString
 - ChangeAll
 - Type: SystemBoolean
 
Return Value
Type: 
Boolean
Remarks
          If the ChangeAll parameter is True, all occurrences of the particular word will be replaced by the call. The method returns True if the
          operation succeeded, False otherwise.
        
See Also