PageNumber Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the page number of a document that the annotation appears on.

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

Syntax

C#
public int PageNumber { get; set; }
Visual Basic
Public Property PageNumber As Integer
	Get
	Set
Visual C++
public:
property int PageNumber {
	int get ();
	void set (int value);
}

See Also