LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

IsInverted Property






Gets a value indicating whether the image is inverted. .NET support WinRT support Silverlight support
Syntax
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;}
 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

InvertedPageCommand Class
InvertedPageCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.