VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI.JavaScript Namespace / WpfPdfJsApp Class / SetFocusedPageIndex(PdfJsDoc,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    SetFocusedPageIndex(PdfJsDoc,Int32) Method (WpfPdfJsApp)
    In This Topic
    Sets the focused PDF page in image viewer.
    Syntax
    'Declaration
    
    Public Overrides Sub SetFocusedPageIndex( _
    ByVal doc
    The document.
    As Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsDoc, _
    ByVal newIndex
    Zero-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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also