StrokeThickness Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the width of the annotation's stroke outline.

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

Syntax

C#
public double StrokeThickness { get; set; }
Visual Basic
Public Property StrokeThickness As Double
	Get
	Set
Visual C++
public:
property double StrokeThickness {
	double get ();
	void set (double value);
}

See Also