Public Function SetWatermarkFont(fontFamily As String, size As Integer, style As Integer, colorR As

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).

Last updated