PDFView4NET WinForms Edition
PDFXAxisDirection Enumeration




O2S.Components.PDFView4NET.Graphics Namespace : PDFXAxisDirection Enumeration
Specifies the available directions for the X axis of the page canvas.
Syntax
'Declaration
 
Public Enum PDFXAxisDirection 
   Inherits System.Enum
'Usage
 
Dim instance As PDFXAxisDirection
public enum PDFXAxisDirection : System.Enum 
__value public enum PDFXAxisDirection : public System.Enum 
public enum class PDFXAxisDirection : public System.Enum 
Members
MemberDescription
LeftToRightThe X axis is oriented from left to right. The values on X axis grow from left to right. This is the default direction used by PDF4NET library.
RightToLeftThe X axis is oriented from right to left. The values on X axis grow from right to left.
Remarks
The X axis directions are used when positioning the graphic objects in the page canvas' coordinate system. The RightToLeft direction has no connection with RightToLeft reading and text writting used by some languages.
Inheritance Hierarchy

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

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