LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Rotated Property

Show in webframe







Indicates whether to load files without rotating them.
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;}
@property (nonatomic, assign) BOOL rotated;
public boolean getRotated()
public void setRotated(boolean value)
            
 
get_Rotated();
set_Rotated(value);
Object.defineProperty('Rotated');
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

See Also

Reference

CodecsLoadOptions Class
CodecsLoadOptions Members
Accounting for View Perspective

 

 


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