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