Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Rotated Property








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)
            
 <br/>get_Rotated();<br/>set_Rotated(value);<br/>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

Error processing SSI file