Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterViewPerspective Enumeration
See Also  
Leadtools Namespace : RasterViewPerspective Enumeration



Indicates the view perspective of the image data

Syntax

Visual Basic (Declaration) 
Public Enum RasterViewPerspective 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterViewPerspective
C# 
public enum RasterViewPerspective : Enum 
C++/CLI 
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.RasterViewPerspective

Requirements

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

See Also