FoxitPDFSDKforWeb  8.5.0
Foxit PDF SDK for Web
GotoLastPageController Class Reference

Inherits Controller.

Detailed Description

Feature:

click to navigate current page to last

Usage:

in template:

<goto-last-page-button @controller="gotoview:GotoLastPageController"></goto-last-page-button>
<dropdown-item @controller="gotoview:GotoLastPageController"></dropdown-item>
<dropdown-button @controller="gotoview:GotoLastPageController"></dropdown-button>
<xbutton @controller="gotoview:GotoLastPageController"></xbutton>

in fragment config:

new PDFUI({
fragments: [{
target: 'goto-last-page',
config: {
callback: UIExtension.controllers.GotoLastPageController
}
}]
});

Foxit Software Corporation Logo
@2022 Foxit Software Incorporated. All rights reserved.