Documents for PDF, .NET Edition Documentation
LineCapStyle Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace : LineCapStyle Enumeration
Specifies the shape to be used at the ends of open subpaths (and dashes, if any) when they are stroked.
Syntax
'Declaration
 
Public Enum LineCapStyle 
   Inherits System.Enum
public enum LineCapStyle : System.Enum 
Members
MemberDescription
ButtThe stroke is squared off at the endpoint of the path. There is no projection beyond the end of the path.
ProjectingSquareThe stroke continues beyond the endpoint of the path for a distance equal to half the line width and is squared off.
RoundA 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
         GrapeCity.Documents.Pdf.LineCapStyle

See Also

Reference

GrapeCity.Documents.Pdf Namespace