←Select platform

RasterViewPerspective Enumeration

Summary

Indicates the view perspective of the image data.

Syntax

C#
VB
C++
[DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterViewPerspective")] 
public enum RasterViewPerspective 
  
<DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterViewPerspective")> 
Public Enum RasterViewPerspective  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="RasterViewPerspective")] 
public enum class RasterViewPerspective : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
1TopLeftTop-left of image is first in memory.
2TopRight(Document/Medical only) First row is the right side, first column is top side.
2BottomLeft180(Document/Medical only) Same as TopLeft, which is BottomLeft rotated clockwise by 180 degrees.
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.
5LeftTop(Document/Medical only) First row is the left side, first column is the top side.
5BottomLeft90(Document/Medical only) Same as LeftTop, which is BottomLeft rotated clockwise by 90 degrees.
6TopLeft90(Document/Medical only) Same as RightTop, which is TopLeft rotated clockwise by 90 degrees.
6RightTop(Document/Medical only) First row is the right side, first column is top side.
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.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Raster.DataContracts Assembly