←Select platform

GetPreprocessValues Method

Summary

Gets the accumulative values of any inversion, rotation or deskew applied to this page by the preprocessor.

Syntax
C#
VB
Objective-C
C++
Java
public OcrPageAutoPreprocessValues GetPreprocessValues() 
Function GetPreprocessValues() As OcrPageAutoPreprocessValues 
- (LTOcrPageAutoPreprocessValues *)preprocessValues:(NSError **)error 
public OcrPageAutoPreprocessValues getPreprocessValues() 
OcrPageAutoPreprocessValues GetPreprocessValues();  

Return Value

An OcrPageAutoPreprocessValues containing the accumulative values of any inversion, rotation or deskew applied to this page by the preprocessor.

Remarks

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.

Example

For an example, refer to SetOverlayImage.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly