







![]() ![]() |
PDFTron SilverDox SDK |
PopupBody..::..GetPopupBodyBackgroundColor Method |
PopupBody Class See Also Send Feedback |
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 ) |
Parameters
- annot
- Type: PDFTron.SilverDox.Documents.Annotations..::..Annotation
An annotation.
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.