LEADTOOLS WCF Image Processing (Leadtools.Services.ImageProcessing.DataContracts assembly)
LEAD Technologies, Inc

IsInverted Property






Gets a value indicating whether the image is inverted.
Syntax
[DataMemberAttribute(Name="IsInverted", IsRequired=true)]
public bool IsInverted {get; set;}
'Declaration
 
<DataMemberAttribute(Name="IsInverted", IsRequired=True)>
Public Property IsInverted As Boolean
'Usage
 
Dim instance As InvertedPageResponse
Dim value As Boolean
 
instance.IsInverted = value
 
value = instance.IsInverted
[DataMemberAttribute(Name="IsInverted", IsRequired=true)]
public bool IsInverted {get; set;}
DataMemberAttribute(Name="IsInverted", IsRequired=)
 get_IsInverted();
set_IsInverted(value);
[DataMemberAttribute(Name="IsInverted", IsRequired=true)]
public:
property bool IsInverted {
   bool get();
   void set (    bool value);
}

Property Value

True if the image is inverted; otherwise it is 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.

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

InvertedPageResponse Class
InvertedPageResponse Members

 

 


Products | Support | Contact Us | Copyright Notices

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

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features