Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RasterViewPerspective Enumeration








Indicates the view perspective of the image data.
Syntax
'Declaration
 
Public Enum RasterViewPerspective 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As RasterViewPerspective
public enum RasterViewPerspective : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_ENUM(NSInteger, LTRasterViewPerspective)
public enum RasterViewPerspective
Leadtools.RasterViewPerspective = function() { };
Leadtools.RasterViewPerspective.prototype = {<br/>
  TopLeft = 1,
	BottomLeft180 = 2,
	TopRight = 2,
	BottomRight = 3,
	TopLeft180 = 3,
	BottomLeft = 4,
	BottomLeft90 = 5,
	LeftTop = 5,
	RightTop = 6,
	TopLeft90 = 6,
	BottomLeft270 = 7,
	RightBottom = 7,
	LeftBottom = 8,
	TopLeft270 = 8,
	
 };
public enum class RasterViewPerspective : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
1TopLeftTop-left of image is first in memory.
2BottomLeft180(Document/Medical only) Same as TopLeft, which is BottomLeft rotated clockwise by 180 degrees.
2TopRight(Document/Medical only) First row is the right side, first column is top side.
3BottomRight(Document/Medical only) First row is the right side, first column is the bottom side.
3TopLeft180(Document/Medical only) Same as BottomRight, which is TopLeft rotated clockwise by 180 degrees.
4BottomLeftBottom-left of image is first in memory.
5BottomLeft90(Document/Medical only) Same as LeftTop, which is BottomLeft rotated clockwise by 90 degrees.
5LeftTop(Document/Medical only) First row is the left side, first column is the top side.
6RightTop(Document/Medical only) First row is the right side, first column is top side.
6TopLeft90(Document/Medical only) Same as RightTop, which is TopLeft rotated clockwise by 90 degrees.
7BottomLeft270 (Document/Medical only) Same as RightBottom, which is BottomLeft rotated clockwise by 270 degrees.
7RightBottom(Document/Medical only) First row is the right side, first column is the bottom side.
8LeftBottom(Document/Medical only) First row is the left side, first column is top side.
8TopLeft270(Document/Medical only) Same as LeftBottom, which is TopLeft rotated clockwise by 270 degrees.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterViewPerspective

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Error processing SSI file