Table of Contents

Enum PdfLineJoinStyle

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Specifies the style of line joins used when drawing paths in a PDF document.

public enum PdfLineJoinStyle

Fields

Bevel = 2
Miter = 0
Round = 1

Remarks

Line join styles determine how the intersection between two connected lines is rendered. This enumeration is typically used in conjunction with PDF graphics operations to control the appearance of line joins in vector graphics.