In This Topic
GdPicture14 Namespace / PdfLineCapStyle Enumeration

PdfLineCapStyle Enumeration

In This Topic
Specifies the shape to be used at the ends of open subpaths (and dashes, if any) when they are stroked.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum PdfLineCapStyle 
   Inherits System.Enum
[ComVisible(true)]
public enum PdfLineCapStyle : System.Enum 
public enum PdfLineCapStyle = class(System.Enum)
ComVisibleAttribute()
public enum PdfLineCapStyle extends System.Enum
[ComVisible(true)]
__value public enum PdfLineCapStyle : public System.Enum 
[ComVisible(true)]
public enum class PdfLineCapStyle : public System.Enum 
Members
MemberValueDescription
PdfLineCapStyleButt0Butt cap. The stroke is squared off at the endpoint of the path. There is no projection beyond the end of the path.
PdfLineCapStyleProjectingSquare2Projecting square cap. The stroke continues beyond the endpoint of the path for a distance equal to half the line width and is squared off.
PdfLineCapStyleRound1Round cap. A semicircular arc with a diameter equal to the line width is drawn around the endpoint and filled in.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PdfLineCapStyle

See Also