Home
>
BSPrinter documentation
>
Reference
BSHorizontalPositionConstants Enumeration
Constants for setting the horizontal position of an element.
bsHPosCenter
= 2
' The item will be centered.
bsHPosLeft
= 0
' The position will be set to the left.
bsHPosRight
= 1
' The position will be set to the right.