Click or drag to resize

PDFViewCtrlGetPageViewMode Method

Gets the current page view mode. Note: It is possible for the view to appear to have a specifiv view mode, while it is in e_zoom. If this is a concern, use GetZoomForViewMode and comapre it to the current zoom.
Enables or disables the scrollbar in the viewing area.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public PDFViewCtrlPageViewMode GetPageViewMode()

Return Value

Type: PDFViewCtrlPageViewMode
The current page view mode
See Also