Home > BSPrinter documentation > Reference

BSPageNumbersPositionConstants Enumeration

Constants to set the position of the page numbers.


bsPosBottomCenter = 3 ' Page numbers are printed horizontally centered at the bottom.
bsPosBottomInside = 5 ' Page numbers are printed at the bottom, odd-numbered pages on the left, and even-numbered pages on the right.
bsPosBottomLeft = 2 ' Page numbers are printed on the left side at the bottom.
bsPosBottomOutside = 4 ' Page numbers are printed at the bottom, odd-numbered pages on the right, and even-numbered pages on the left.
bsPosBottomRight = 1 ' Page numbers are printed on the right side at the bottom.
bsPosDefault = 0 ' Page numbers are printed on the right side at the bottom unless there is a footer set in that position, in which case they are printed on the left side.
bsPosTopCenter = 8 ' Page numbers are printed horizontally centered at the top.
bsPosTopInside = 10 ' Page numbers are printed at the top, odd-numbered pages on the left, and even-numbered pages on the right.
bsPosTopLeft = 7 ' Page numbers are printed on the left side at the Top.
bsPosTopOutside = 9 ' Page numbers are printed at the top, odd-numbered pages on the right, and even-numbered pages on the left.
bsPosTopRight = 6 ' Page numbers are printed on the right side at the Top.