Home > BSPrinter documentation > Reference

BSWatermarkPositionUnitsConstants Enumeration

Constants used in the AddWatermark method to set with which units a watermark is placed on a page.


bsPUPercentageOfPage = 0 ' The watermark position and size are set in percentage of the page (of the full page, without taking into account margins, but taking into account the non-printable area).
bsPUPrinterScaleMode = 1 ' The watermark position and size are set in the current ScaleMode units of the Printer object. If HandleMargins is True, the position and size is set inside the margins. Printer.ScaleWidth and Printer.ScaleHeight return the full ranges as a reference.