Gets the line cap.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public GStateLineCap GetLineCap()
Public Function GetLineCap As GStateLineCap
public:
virtual GStateLineCap GetLineCap() sealed
Return Value
Type:
GStateLineCap currently selected LineCap style
The line cap style specifies the shape to be used at the ends of open subpaths
(and dashes, if any) when they are stroked.
See Also