Home > BSPrinter documentation > Reference

PageNumbersPositionFlags Property

Applies to: PrintPreview, IPrinterEx object

Type: BSPageNumbersPositionFlagsConstants


Description:

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)


will show all positions except the top ones.

See Also:

PageNumbersPosition property