TxPDFLineCap
IPDFDocument3 :: Types used in IPDFDocument3

See Also
Collapse All

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

Syntax

enum TxPDFLineCap

Remarks

PDF Creator Pilot supports the following line cap styles:

Name

Description

Value

lcButtEnd

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

0

lcRound

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

1

lcProjectingSquare

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