GetPopupBodyBackgroundColor Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the annotation's PopupBody's background color.

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

Syntax

C#
public static Color GetPopupBodyBackgroundColor(
	Annotation annot
)
Visual Basic
Public Shared Function GetPopupBodyBackgroundColor ( _
	annot As Annotation _
) As Color
Visual C++
public:
static Color GetPopupBodyBackgroundColor(
	Annotation^ annot
)

Return Value

The annotation's PopupBody's background color.

Remarks

If the annotation is of type Markup, then the color is equal to the annotation's fill color, or if the fill color is transparent, then the stroke color.

See Also