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

Show in webframe

IsRotated Property








Determines whether the image has a rotated view perspective.
Syntax
public bool IsRotated {get;}
'Declaration
 
Public ReadOnly Property IsRotated As Boolean
'Usage
 
Dim instance As CodecsImageInfo
Dim value As Boolean
 
value = instance.IsRotated
public bool IsRotated {get;}
@property (nonatomic, assign, readonly) BOOL isRotated
public boolean isRotated()
 get_IsRotated(); 
public:
property bool IsRotated {
   bool get();
}

Property Value

true if the image has a rotated view perspective; false, otherwise.
Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsImageInfo Class
CodecsImageInfo Members

Error processing SSI file