LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

IsInverted Property

Show in webframe





Gets a value indicating whether the image is inverted.
Syntax
public bool IsInverted {get;}
'Declaration
 
Public ReadOnly Property IsInverted As Boolean
'Usage
 
Dim instance As InvertedPageActivity
Dim value As Boolean
 
value = instance.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 activity is run on an image. You can specify whether the activity 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.

Requirements

Target Platforms

See Also

Reference

InvertedPageActivity Class
InvertedPageActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.