LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Reverse Property






Gets or sets a value that determines whether each line is reversed (mirrored). .NET support WinRT support Silverlight support
Syntax
public bool Reverse {get; set;}
'Declaration
 
Public Property Reverse As Boolean
'Usage
 
Dim instance As CodecsLoadInformationEventArgs
Dim value As Boolean
 
instance.Reverse = value
 
value = instance.Reverse
public bool Reverse {get; set;}
 get_Reverse();
set_Reverse(value);
public:
property bool Reverse {
   bool get();
   void set (    bool value);
}

Property Value

true if each line is reversed (mirrored); false, otherwise.
Example
For an example, refer to RasterCodecs.LoadInformation.
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

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

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