←Select platform

IsInverted Property

Summary

Gets a value indicating whether the image is inverted.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool IsInverted { get; } 
Public ReadOnly Property IsInverted As Boolean 
public bool IsInverted {get;} 
@property (nonatomic, assign, readonly) BOOL isInverted 
public boolean isInverted() 
 get_IsInverted();  
public: 
property bool IsInverted { 
   bool get(); 
} 

Property Value

true if the image is inverted, otherwise; false.

Remarks

The value of the IsInverted property is updated after the command is run on an image. You can specify whether the command will change the image data or just check for inversion using the Flags property. However, the IsInverted property will always be updated whether or not the image data was changed.

Example

For an example, refer to InvertedPageCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly