StrokeColor Property

PDFTron SilverDox SDK

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

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

Syntax

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

See Also