Gets or sets the index of the page to display.
Namespace:
TallComponents.Web.PdfAssembly: 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); } |