PopupIsVisible Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets if the annotation's popup is visible.

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

Syntax

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

See Also