Rotate

Applies to

PDFWatermark

Description

The Rotate property specifies the rotation angle of the watermark.

Datatype

Real.

Usage

In scripts

The Rotate uses a real value in the range 0 to 359, inclusive. The value of 0 means no rotation. The value of n means the watermark will be rotated by n degrees. The default value is 0, not applying any rotation to the watermark.

The following example rotates the watermark 45 degrees to the left:

lpdf_watermark.rotate = 45