See Also Examples Applies To
Sets the line join style for subsequently drawn lines.
Syntax
object.PdfSetLineJoin (nJoinType)
The PdfSetLineJoin syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nJoinType | Required. long. 0: Miter join, 1: Round join, 2: Bevel join |
Remarks
This function can only be used with the native PDF created by the PdfNewPdfEx() function.
Category
PDF Functions