Click or drag to resize

GStateGetLineCap Method

Gets the line cap.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public GStateLineCap GetLineCap()

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