PDFView4NET WinForms Edition
PDFLineEndingStyle Enumeration




O2S.Components.PDFView4NET.Annotations Namespace : PDFLineEndingStyle Enumeration
Specifies the available line ending styles to be used when drawing a line annotation.
Syntax
'Declaration
 
Public Enum PDFLineEndingStyle 
   Inherits System.Enum
'Usage
 
Dim instance As PDFLineEndingStyle
public enum PDFLineEndingStyle : System.Enum 
__value public enum PDFLineEndingStyle : public System.Enum 
public enum class PDFLineEndingStyle : public System.Enum 
Members
MemberDescription
CircleA circle filled with annotation's interior color, if any.
ClosedArrowTwo short lines meeting in an acute angle as in the OpenArrow style, connected by a third line to form a triangular closed arrowhead filled with annotation's interior color, if any.
DiamondA diamond filled with annotation's interior color, if any.
NoneNo line ending.
OpenArrowTwo short lines meeting in an acute angle, forming a open arrow head.
SquareA square filled with annotation's interior color, if any.
Inheritance Hierarchy

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

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