FillColor Property

PDFTron SilverDox SDK

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

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

Syntax

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

See Also