Table of Contents

Enum PdfLineCapStyle

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Specifies the shape to be used at the ends of open paths when stroking a line in a PDF document.

public enum PdfLineCapStyle

Fields

Butt = 0
Round = 1
Square = 2

Remarks

This enumeration defines the available line cap styles for stroking operations in PDF graphics. The line cap determines how the end of a line is rendered when it does not connect to another line.