Click or drag to resize

GStateSetLineJoin Method

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

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetLineJoin(
	GStateLineJoin join
)

Parameters

join
Type: pdftron.PDFGStateLineJoin
the new line join
See Also