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 > OcrPageAutoPreprocessValues Structure : IsInverted Property |
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');
IOcrPage.AutoPreprocess will update this value if OcrAutoPreprocessPageCommand.Invert was used and the page was inverted.
For an example, refer to IOcrPage.SetOverlayImage.