PDFPAGE_Watermark
IPDFDocument3 :: PDF page methods

See Also
Collapse All

This property gets or sets a watermark for the current page.

Syntax

LONG PDFPAGE_Watermark { get; set; }
Value
Index of the watermark

Remarks

This property indicates the watermark of the current page. The return value is a watermark identifier in document's watermarks collection and can be used in CurrentWaterMarkIndex, PDFPAGE_DrawWatermark, PDFPAGE_Watermark.

Equivalent in new interface: IPDFDocument4::AttachWatermark.

See Also

Reference