Applies to: PrintPreview, IPrinterEx object
Type: BSPageNumbersPositionFlagsConstants
Returns or sets flags that determine the options that will be available to the user for the position of page numbers.
Note: yo can combine the flags, or make boolean operations with them.
Fort exaple:
PrintPreview1.PageNumbersPositionFlags = bsPFAllAvailable And (Not bsPFAllTopAvailable)