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