←Select platform

IsInverted Property

Summary
A value that indicate if this page has been inverted.
Syntax
C#
VB
Objective-C
C++
Java
public bool IsInverted { get; set; } 
Public Property IsInverted As Boolean 
@property (nonatomic, assign) BOOL isInverted; 
 
 
 
@property (nonatomic, assign) BOOL isInverted 
public boolean isInverted() 
public void setIsInverted(boolean value) 
public: 
property bool IsInverted { 
   bool get(); 
   void set (    bool ); 
} 

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

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

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.