Leadtools.Services.Raster.DataContracts Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterViewPerspective Enumeration
See Also  
Leadtools.Services.Raster.DataContracts Namespace : RasterViewPerspective Enumeration



Indicates the view perspective of the image data.

Syntax

Visual Basic (Declaration) 
<DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterViewPerspective")>
Public Enum RasterViewPerspective 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterViewPerspective
C# 
[DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterViewPerspective")]
public enum RasterViewPerspective : Enum 
C++/CLI 
[DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterViewPerspective")]
public enum class RasterViewPerspective : public Enum 

Members

MemberDescription
TopLeft Top-left of image is first in memory.
BottomLeft Bottom-left of image is first in memory.
TopRight(Document/Medical only) First row is the right side, first column is top side.
BottomLeft180(Document/Medical only) Same as TopLeft, which is BottomLeft rotated clockwise by 180 degrees.
BottomRight(Document/Medical only) First row is the right side, first column is the bottom side.
TopLeft180(Document/Medical only) Same as BottomRight, which is TopLeft rotated clockwise by 180 degrees.
RightTop(Document/Medical only) First row is the right side, first column is top side.
TopLeft90(Document/Medical only) Same as RightTop, which is TopLeft rotated clockwise by 90 degrees.
LeftBottom(Document/Medical only) First row is the left side, first column is top side.
TopLeft270(Document/Medical only) Same as LeftBottom, which is TopLeft rotated clockwise by 270 degrees.
LeftTop(Document/Medical only) First row is the left side, first column is the top side.
BottomLeft90(Document/Medical only) Same as LeftTop, which is BottomLeft rotated clockwise by 90 degrees.
RightBottom(Document/Medical only) First row is the right side, first column is the bottom side.
BottomLeft270(Document/Medical only) Same as RightBottom, which is BottomLeft rotated clockwise by 270 degrees.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Services.Raster.DataContracts.RasterViewPerspective

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: Imaging Pro/Document/Medical Features