PDFView4NET WinForms Edition
PDFYAxisDirection Enumeration




O2S.Components.PDFView4NET.Graphics Namespace : PDFYAxisDirection Enumeration
Specifies the available directions for the Y axis of the page canvas.
Syntax
'Declaration
 
Public Enum PDFYAxisDirection 
   Inherits System.Enum
'Usage
 
Dim instance As PDFYAxisDirection
public enum PDFYAxisDirection : System.Enum 
__value public enum PDFYAxisDirection : public System.Enum 
public enum class PDFYAxisDirection : public System.Enum 
Members
MemberDescription
BottomToTopThe Y axis is oriented from bottom to top. The values on Y axis grow from bottom to top.
TopToBottomThe Y axis is oriented from top to bottom. The values on Y axis grow from top to bottom. This is the default direction used by PDF4NET library.
Remarks
The Y axis directions are used when positioning the graphic objects in the page canvas' coordinate system.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Graphics.PDFYAxisDirection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

O2S.Components.PDFView4NET.Graphics Namespace