Click or drag to resize

PdfLineCap Enumeration

Line cap style in the graphics state (table 4.4)

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public enum PdfLineCap
Members
  Member nameValueDescription
Flat0 The stroke is squared off at the endpoint of the path. There is no projection beyond the end of the path.
Round1 A semicircular arc with a diameter equal to the line width is drawn around the endpoint and filled in.
Square2 The stroke continues beyond the endpoint of the path for a distance equal to half the line width and is squared off.
See Also