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
)
Public Sub SetLineJoin (
join As GStateLineJoin
)
public:
virtual void SetLineJoin(
[InAttribute] GStateLineJoin join
) sealed
function SetLineJoin(join);
Parameters
- join
- Type: pdftron.PDFGStateLineJoin
the new line join
See Also