FoxitPDFSDKforWeb
8.5.0
Foxit PDF SDK for Web
|
A basic class to create custom ScrollWrap with specified element.
I'm going to rename it from CustomScrollWrap to DivScrollWrap.
More...
Inherits ScrollWrap.
Static Public Member Functions | |
static | create (wrapperElement) |
Create a subclass of DivScrollWrap with specified element which should be used to render PDFViewer, and the width, height and overflow property of this element must be defined via CSS. More... | |
A basic class to create custom ScrollWrap with specified element.
I'm going to rename it from CustomScrollWrap to DivScrollWrap.
|
inlinestatic |
Create a subclass of DivScrollWrap with specified element which should be used to render PDFViewer, and the width, height and overflow property of this element must be defined via CSS.
wrapperElement | HTMLElement |