RenderingWatermark class

RenderingWatermark class

Watermark for rendering.

The RenderingWatermark type exposes the following members:

Constructors

ConstructorDescription
initCreates instance of text watermark.
initCreates instance of image watermark.

Properties

PropertyDescription
rotationGets or sets roation of the watermark in degrees.
scale_to_page_percentGets or sets scale relative to target page in percent.
opacityGets or sets opacity of the watermark in range [0, 1].
is_backgroundIndicates whether the watermark is placed behind page contents.
textGets text of the watermark.
fontGets font of the watermark.
imageGets image of the watermark.
h_alignmentGets or sets horizontal alignment of the watermark to the page.
v_alignmentGets or sets vertical alignment of the watermark to the page.
offset_xGets or sets offset value to RenderingWatermark.h_alignment
offset_yGets or sets offset value to RenderingWatermark.v_alignment

See Also