Click or drag to resize
Pdftools logo

StrokeDashArray Property


Namespace: PdfTools.Toolbox.Pdf.Content
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.5.0+4edba55c604d55d1acd3b42825576b5d5e0943f1
Syntax
C#
public double[] DashArray { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationExceptionif the document associated with the Stroke object has already been closed
NotSupportedException[set] if the document is read-only
ArgumentNullException[set] if value is .
See Also