LineCapStyle
IPDFDocument4 :: Types used in IPDFDocument4

See Also
Collapse All

This type specifies the shape to be used at the ends of open sub-paths (and dashes, if any) when they are stroked.

Syntax

enum LineCapStyle

Remarks

PDF Creator Pilot supports the following line cap styles:

Name

Description

Value

lcsButtEnd The stroke is squared off at the endpoint of the path. There is no projection beyond the end of the path.

0

lcsRound A semi-circular arc with a diameter equal to the line width is drawn around the endpoint and filled in.

1

lcsProjectingSquare The stroke continues beyond the endpoint of the path for a distance equal to half the line width and is then squared off.

2

See Also

Reference