Home > BSPrinter documentation > Reference

BSPageNumbersPositionFlagsConstants Enumeration

Constants to set flags that determine which position options the user will be able to select or not for page numbers.


bsPFAllAvailable = -1 ' All the flags together.
bsPFAllBottomAvailable = 31 ' All bottom flags combined.
bsPFAllTopAvailable = 992 ' All top flags combined.
bsPFBottomCenterAvailable = 4 ' The user will have the option to select to print the page numbers at the bottom center position. (There may be other factors that could make this option unavailable).        
bsPFBottomInsideAvailable = 16 ' The user will have the option to select to print the page numbers at the bottom inside position. (There may be other factors that could make this option unavailable).
bsPFBottomLeftAvailable = 2 ' The user will have the option to select to print the page numbers at the bottom left position. (There may be other factors that could make this option unavailable).
bsPFBottomOutsideAvailable = 8 ' The user will have the option to select to print the page numbers at the bottom outside position. (There may be other factors that could make this option unavailable).
bsPFBottomRightAvailable = 1 ' The user will have the option to select to print the page numbers at the bottom right position. (There may be other factors that could make this option unavailable).
bsPFHidePageNumbersAvailable = 65536 ' The user will have the option to hide the page numbers. (There may be other factors that could make this option unavailable).
bsPFTopCenterAvailable = 128 ' The user will have the option to select to print the page numbers at the top center position. (There may be other factors that could make this option unavailable).
bsPFTopInsideAvailable = 512 ' The user will have the option to select to print the page numbers at the top inside position. (There may be other factors that could make this option unavailable).
bsPFTopLeftAvailable = 64 ' The user will have the option to select to print the page numbers at the top left position. (There may be other factors that could make this option unavailable).
bsPFTopOutsideAvailable = 256 ' The user will have the option to select to print the page numbers at the top outside position. (There may be other factors that could make this option unavailable).
bsPFTopRightAvailable = 32 ' The user will have the option to select to print the page numbers at the top right position. (There may be other factors that could make this option unavailable).