PdfLineStyleMiterLimit Property

The maximum ratio between the miter length and the line width before a miter join is automatically converted to a bevel join. The default value is 10

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public float MiterLimit { get; set; }

Property Value

Single

See Also