pdfShowScrollbars

Enable/disable scrollbars.
void pdfShowScrollbars(PDFViewerHandle viewer, int show)
This function enables (if show is non-zero) or disables (if show is zero) the horizontal and vertical scrollbars.

The scrollbars are enabled by default. XpdfViewer will remove the horizontal scrollbar when it is not needed.

C:
/* don't display any scrollbars */ pdfShowScrollbars(viewer, 0);