StrokeDashArray Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a collection of Double values that indicate the pattern of dashes and gaps that is used to outline the annotation.

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public DoubleCollection StrokeDashArray { get; set; }
Visual Basic
Public Property StrokeDashArray As DoubleCollection
	Get
	Set
Visual C++
public:
property DoubleCollection^ StrokeDashArray {
	DoubleCollection^ get ();
	void set (DoubleCollection^ value);
}

See Also