Defines watermark text font properties. Defined in SwPDFCreator Syntax Call swPDFCreator.SetWatermarkFont(fontFamily, size, style, colorR, colorG, colorB) Parameters fontFamily String. Font family. size Integer. Font size. style Integer. Font stlye. Combination of following values: SW_FONT_NORMAL SW_FONT_ITALIC SW_FONT_BOLD colorR Integer. RGB font color - red value (0-255). colorG Integer. RGB font color - green value (0-255). colorB Integer. RGB font color - blue value (0-255). |
PDF Converter for Notes > 2. For developers > 2.2. LotusScript API reference > 2.2.2. Class SwPDFCreator >