'Declaration Public Function Cleanup( _
ByVal ocrCleanupSettingsThe OCR cleanup settings.As OcrCleanupSettings _
) As Boolean
public bool Cleanup(
OcrCleanupSettings ocrCleanupSettings
)
public: bool Cleanup(
OcrCleanupSettings* ocrCleanupSettings
)
public:
bool Cleanup(
OcrCleanupSettings^ ocrCleanupSettings
)
Parameters
- ocrCleanupSettings
- The OCR cleanup settings.
Return Value
True if current document is changed; otherwise, false.