Leadtools.Services.Raster.DataContracts Namespace : RasterViewPerspective Enumeration |
[DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterViewPerspective")] public enum RasterViewPerspective : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterViewPerspective")> Public Enum RasterViewPerspective Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterViewPerspective
[DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterViewPerspective")] public enum class RasterViewPerspective : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000001 | TopLeft | Top-left of image is first in memory. |
0x00000002 | TopRight | (Document/Medical only) First row is the right side, first column is top side. |
0x00000002 | BottomLeft180 | (Document/Medical only) Same as TopLeft, which is BottomLeft rotated clockwise by 180 degrees. |
0x00000003 | BottomRight | (Document/Medical only) First row is the right side, first column is the bottom side. |
0x00000003 | TopLeft180 | (Document/Medical only) Same as BottomRight, which is TopLeft rotated clockwise by 180 degrees. |
0x00000004 | BottomLeft | Bottom-left of image is first in memory. |
0x00000005 | LeftTop | (Document/Medical only) First row is the left side, first column is the top side. |
0x00000005 | BottomLeft90 | (Document/Medical only) Same as LeftTop, which is BottomLeft rotated clockwise by 90 degrees. |
0x00000006 | TopLeft90 | (Document/Medical only) Same as RightTop, which is TopLeft rotated clockwise by 90 degrees. |
0x00000006 | RightTop | (Document/Medical only) First row is the right side, first column is top side. |
0x00000007 | BottomLeft270 | (Document/Medical only) Same as RightBottom, which is BottomLeft rotated clockwise by 270 degrees. |
0x00000007 | RightBottom | (Document/Medical only) First row is the right side, first column is the bottom side. |
0x00000008 | LeftBottom | (Document/Medical only) First row is the left side, first column is top side. |
0x00000008 | TopLeft270 | (Document/Medical only) Same as LeftBottom, which is TopLeft rotated clockwise by 270 degrees. |
System.Object
System.ValueType
System.Enum
Leadtools.Services.Raster.DataContracts.RasterViewPerspective