You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hidePageLabels:true, // hide page labels (if available in PDF) in page overlay and thumbnail grid (default: false)
71
71
hidePageNumberOverlay:false, // hide the overlay showing the current page (default: false)
72
-
hideThumbnailBar:true, //hide the thumbnail bar (default: false)
72
+
thumbnailBarMode:PSPDFKit.ThumbnailBarMode.THUMBNAIL_BAR_MODE_DEFAULT, //show static thumbnail bar. Also valid: THUMBNAIL_BAR_MODE_DEFAULT, THUMBNAIL_BAR_MODE_SCROLLABLE
73
73
hideThumbnailGrid:false, // hide the thumbnail grid menu (default: false)
74
74
pageFitMode:PSPDFKit.PageFitMode.FIT_TO_WIDTH, // also valid: PSPDFKit.PageFitMode.FIT_TO_SCREEN
75
75
scrollDirection:PSPDFKit.PageScrollDirection.VERTICAL, // also valid: PSPDFKit.PageScrollDirection.HORIZONTAL
0 commit comments