showScrollbars

Enable/disable scrollbars.
[read/write property] showScrollbars([out, retval] VARIANT_BOOL *show) showScrollbars([in] VARIANT_BOOL show)
This property enables (if set to true) or disables (if set to false) the horizontal and vertical scrollbars.

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

VB:
' don't display any scrollbars viewer.showScrollbars = False