Table of Contents

Method DashPattern

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

DashPattern(PdfDashPattern)

Sets the dash pattern for this line.

public Line DashPattern(PdfDashPattern pattern)

Parameters

pattern PdfDashPattern

The dash pattern.

Returns

Line

The updated line.

Exceptions

ArgumentNullException

pattern is null.