Click or drag to resize

PdfLineJoinStyle Enumeration

Represents how transitions in segments in path will look.

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 enum PdfLineJoinStyle
Members
  Member nameDescription
Mitered At the vertex of connected line segments, the segments will be joined by projecting the outer edges of the segments until they intersect. If this would produce too sharp an angle a bevel is used instead.
Rounded At the vertex of connected line segments, the segments will be joined by a circular arc.
Beveled At the vertex of connected line segments, the segments will be joined by connecting the outer tips of the segments, creating a bevel.
See Also