Namespace: Spire.OfficeViewer.Forms
Assembly: Spire.OfficeViewer.Forms (in Spire.OfficeViewer.Forms.dll) Version: 6.6.2.0 (6.6.2.8020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
void GoToPage(
	int index
)
Sub GoToPage ( 
	index As Integer
)
void GoToPage(
	int index
)
abstract GoToPage : 
        index : int -> unit 

Parameters

index
Int32

[Missing <param name="index"/> documentation for "M:Spire.OfficeViewer.Forms.IOfficeDocumentView.GoToPage(System.Int32)"]

See Also