CurrentAnnotationPage Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The canvas that hosts annotations (displayed on top of the document) that last received and handled a MouseDown event.

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

Syntax

C#
public Canvas CurrentAnnotationPage { get; private set; }
Visual Basic
Public Property CurrentAnnotationPage As Canvas
	Get
	Private Set
Visual C++
public:
property Canvas^ CurrentAnnotationPage {
	Canvas^ get ();
	private: void set (Canvas^ value);
}

See Also