Destroy DocView instance.
Immediately render the current view.
Retrieve the page view.
The index of the page view, starting from 0
Retrieve the page view based on coordinates.
The view coordinates.
Retrieve the number of page views.
Retrieve the rotation angle.
Retrieve the visible page view based on the index.
The page index, starting from 0.
Retrieve the zoom ratio
Retrieve the zoom type.
The return value includes:
Navigate to the previous position.
Navigate to the next position.
Navigate to the specified page.
The page number, starting from 0.
Navigate to the specified rectangular area on the specified page.
The page number, starting from 0.
The rectangular area.
Whether to scroll to the top or bottom of the page. Defaults to true.
The maximum zoom ratio. Defaults to 1.
Scroll to the specified coordinates.
The target horizontal coordinate.
The target vertical coordinate.
Zoom to the specified scale ratio.
The scale ratio
Optionalmode: FRDOCVIEW_ZOOMTYPEThe zoom type (optional, defaults to the current mode)
StaticcreateCreate DocView instance.
Optionaloptions: OptionsConfiguration options required for creation, including necessary initialization information.
Create a DocView instance. Instead of creating an instance in new mode, use create to create an instance.