Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > InvertedPageCommand Class : IsInverted Property |
public bool IsInverted {get;}
'Declaration
Public ReadOnly Property IsInverted As Boolean
'Usage
Dim instance As InvertedPageCommand Dim value As Boolean value = instance.IsInverted
public bool IsInverted {get;}
@property (nonatomic, assign, readonly) BOOL isInverted
public boolean isInverted()
get_IsInverted();
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.