Leadtools.Services.ImageProcessing.DataContracts Namespace > InvertedPageResponse Class : IsInverted Property |
[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: property bool IsInverted { bool get(); void set ( bool value); }
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.