Home > BSPrinter documentation > Reference

BSPageViewConstants Enumeration

Constants used by the PageView property.


bsPVFullHeight = 3 ' The page is adjusted to the available height. If the width is enough, it can show two or more pages.
bsPVFullWidth = 2 ' The page is adjusted to the available width.
bsPVNormalSize = 1 ' The size in which the page is displayed is the one that corresponds to the actual size of the page.
bsPVSixPages = 6 ' It displays up to six pages.
bsPVThreePages = 5 ' Three pages are displayed.
bsPVTwelvePages = 7 ' It displays up to twelve pages.
bsPVTwoPages = 4 ' Two pages are displayed.