AttachWatermark
IPDFDocument4 :: General document management :: Watermarks

See Also
Collapse All

This method attaches a watermark to a page.

Syntax

HRESULT AttachWatermark (
LONG pageNumber,
LONG watermarkNumber
)
Parameters
pageNumber
Page number to which the watermark will be attached

watermarkNumber
Index of the watermark

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

See the AddWatermark method for examples.

See Also

Reference