Gets or sets the index of the page to display.

Namespace:  TallComponents.Web.Pdf
Assembly:  TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.6.5

Syntax

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

Field Value

The index of the page to display.

See Also