Click or drag to resize

GStateGetMiterLimit Method

Gets the miter limit.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public double GetMiterLimit()

Return Value

Type: Double
current value of miter limit. The miter limit imposes a maximum on the ratio of the miter length to the line width. When the limit is exceeded, the join is converted from a miter to a bevel.
See Also