Click or drag to resize

PdfLineStyleMiterLimit Property

Gets or sets the miter limit when JoinStyle is set to Mitered. When segments join with a mitered joint at sharp angles, MiterLimit keeps the joints from projecting too far. The miter length of a joint is this distance from the internal intersection of the line to the projected external intersection. If the ration of the miter length to the line width is greater than the miter limit, the joint will be beveled.

Namespace:  Atalasoft.PdfDoc.Generating.Rendering
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double MiterLimit { get; set; }

Property Value

Type: Double
The miter limit. This value should be set to 1 or greater. Default is 10.
See Also