Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrPage Interface : GetPreprocessValues Method |
OcrPageAutoPreprocessValues GetPreprocessValues()
'Declaration
Function GetPreprocessValues() As OcrPageAutoPreprocessValues
'Usage
Dim instance As IOcrPage Dim value As OcrPageAutoPreprocessValues value = instance.GetPreprocessValues()
OcrPageAutoPreprocessValues GetPreprocessValues()
- (LTOcrPageAutoPreprocessValues *)preprocessValues:(NSError **)error
public OcrPageAutoPreprocessValues getPreprocessValues()
function Leadtools.Forms.Ocr.IOcrPage.GetPreprocessValues()
OcrPageAutoPreprocessValues GetPreprocessValues();
Use this method to obtain the values applied by AutoPreprocess on this page. This method is useful when replacing the image to be used when saving a document using SetOverlayImage.
For an example, refer to SetOverlayImage.