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
PdfDashPatternThe 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
isnull
.