PDFView4NET WinForms Edition
PDFLineDirection Enumeration




O2S.Components.PDFView4NET.Annotations Namespace : PDFLineDirection Enumeration
Specifies the available directions for a line annotation.
Syntax
'Declaration
 
Public Enum PDFLineDirection 
   Inherits System.Enum
'Usage
 
Dim instance As PDFLineDirection
public enum PDFLineDirection : System.Enum 
__value public enum PDFLineDirection : public System.Enum 
public enum class PDFLineDirection : public System.Enum 
Members
MemberDescription
BottomLeftToTopRightLine starts at bottom left corner and ends at top right corner.
BottomRightToTopLeftLine starts at bottom right corner and ends at top left corner.
BottomToTopVertical line from bottom to top.
LeftToRightHorizontal line from left to right.
RightToLeftHorizontal line from right to left.
TopLeftToBottomRightLine starts at top left corner and ends at bottom right corner.
TopRightToBottomLeftLine starts at top right corner and ends at bottom left corner.
TopToBottomVertical line from top to bottom.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Annotations.PDFLineDirection

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.Annotations Namespace