Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

IsRotated Property








Determines whether the image has a rotated ViewPerspective.
Syntax
public bool IsRotated {get;}
'Declaration
 
Public ReadOnly Property IsRotated As Boolean
'Usage
 
Dim instance As RasterImage
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 ViewPerspective; false, otherwise.
Remarks

The image data is considered rotated if the value of the ViewPerspective is one of the following:

Otherwise, the image is either basic (IsBasic) or flipped (IsFlipped).

For more information refer to Accounting for View Perspective.

Example
For an example, refer to IsBasic
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

Error processing SSI file