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.

Remarks

Read the Decoration section of the Containers and their content article for examples of using this method.

Exceptions

ArgumentNullException

pattern is null.