TxPDFLineJoin
IPDFDocument3 :: Types used in IPDFDocument3

See Also
Collapse All

The line join style type specifies the shape to be used at the corners of paths that are stroked.

Syntax

enum TxPDFLineJoin

Remarks

PDF Creator Pilot supports the following line join styles:

Name

Description

Value

ljMiter

The outer edges of the strokes for the two segments are extended until they meet at an angle, as in a picture frame. If the segments meet at too sharp an angle, as defined by the miter limit parameter with PDFPAGE_SetMiterLimit, a bevel join is used instead.

0

ljRound

A circle with a diameter equal to the line width is drawn around the point where the two segments meet. The circle is filled in, producing a rounded corner.

1

ljBevel

The two segments are finished with butt caps using PDFPAGE_SetLineCap. The resulting notch beyond the ends of the segments is filled with a triangle.

2

See Also

Reference