Accruent Meridian Enterprise 2021 VBScript API Reference

Watermark Property

An object that represents the current watermark settings. For information on configuring watermark printing with the Watermark properties, see the Accruent Meridian Enterprise Configuration Guide. This property supports two lines of text.

Syntax

Watermark As IASWatermark

Example

To achieve two lines, you can use a line break:

Client.Viewer.WaterMark.TitleText = "Printed by: " & User.FullName  + vbCrLf + " on: " & DateValue(Today)