PopupWidth Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the annotation's popup's width.

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

Syntax

C#
public virtual double PopupWidth { get; set; }
Visual Basic
Public Overridable Property PopupWidth As Double
	Get
	Set
Visual C++
public:
virtual property double PopupWidth {
	double get ();
	void set (double value);
}

See Also