'Declaration Public Overrides Sub SetFocusedPageIndex( _
ByVal docThe document.As Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsDoc, _
ByVal newIndexZero-based page index in the document.As System.Int32 _
)
public override void SetFocusedPageIndex(
Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsDoc doc,
System.Int32 newIndex
)
public: void SetFocusedPageIndex(
Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsDoc* doc,
System.Int32 newIndex
); override
public:
void SetFocusedPageIndex(
Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsDoc^ doc,
System.Int32 newIndex
); override
Parameters
- doc
- The document.
- newIndex
- Zero-based page index in the document.