Click or drag to resize

GStateSetLineCap Method

Sets LineCap style property. The line cap style specifies the shape to be used at the ends of open subpaths (and dashes, if any) when they are stroked.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetLineCap(
	GStateLineCap cap
)

Parameters

cap
Type: pdftron.PDFGStateLineCap
the new line cap
See Also