For PDFWatermark object

Applies to

PDFWatermark

Description

The Transparency property specifies the transparency of the watermark in the PDF document

Datatype

Real.

Usage

In scripts

The Transparency property takes an integer value in the range 0 to 100 (percentage), where 0 means that the watermark is opaque and 100 (the default value) means that is completely transparent.

This example shows how to set the transparency for the watermark:

lpdf_doc.watermark.Transparency = 50