Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Pens

PenPatternModel Class

A pattern for a pen (e.g. solid, dotted, dashed, etc.).

csharp
public class PenPatternModel

Inheritance System.Object 🡒 PenPatternModel

Remarks

A DashPattern is an array of integers that specify alternating lengths of ink
followed by no-ink. The array is applied repeatedly to draw the full length of
the path to which the pattern is applied.

Properties
DashesThe pattern of dashes.
PhaseThe phase of the pattern.