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

Rotated Property






Indicates whether or not to load files without rotating them. .NET support WinRT support Silverlight support
Syntax
public bool Rotated {get; set;}
'Declaration
 
Public Property Rotated As Boolean
'Usage
 
Dim instance As CodecsLoadOptions
Dim value As Boolean
 
instance.Rotated = value
 
value = instance.Rotated
public bool Rotated {get; set;}
 get_Rotated();
set_Rotated(value);
public:
property bool Rotated {
   bool get();
   void set (    bool value);
}

Property Value

true to load files rotated, false to ignore the view perspective stored in the file.
Remarks
This affects files that can be saved with a rotated view perspective.
Example
For an example, refer to CodecsOptions.
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

CodecsLoadOptions Class
CodecsLoadOptions Members
Accounting for View Perspective

 

 


Products | Support | Contact Us | Copyright Notices

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