Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

IsInverted Property








A value that indicate if this page has been inverted.
Syntax
public bool IsInverted {get; set;}
'Declaration
 
Public Property IsInverted As Boolean
'Usage
 
Dim instance As OcrPageAutoPreprocessValues
Dim value As Boolean
 
instance.IsInverted = value
 
value = instance.IsInverted
public bool IsInverted {get; set;}
@property (nonatomic, assign) BOOL isInverted;



@property (nonatomic, assign) BOOL isInverted
public boolean isInverted()
public void setIsInverted(boolean value)
            
 <br/>get_IsInverted();<br/>set_IsInverted(value);<br/>Object.defineProperty('IsInverted'); 
public:
property bool IsInverted {
   bool get();
   void set (    bool value);
}

Property Value

true if this page has been inverted, otherwise; false.
Remarks

IOcrPage.AutoPreprocess will update this value if OcrAutoPreprocessPageCommand.Invert was used and the page was inverted.

Example

For an example, refer to IOcrPage.SetOverlayImage.

Requirements

Target Platforms

See Also

Reference

OcrPageAutoPreprocessValues Structure
OcrPageAutoPreprocessValues Members
IOcrPage.AutoPreprocess
Working with OCR Pages

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features