Adds a watermark into the current PDF document from another PDF document or text.
Visual Basic |
---|
Public Sub AddWatermark( _ ByVal pIPageArtifactOptions As PageArtifactOptions _ ) |
- pIPageArtifactOptions
- A PageArtifactsOptions object which contains user configurable options to control the add watermark process.
This method adds a watermark from a PdfDocument object that contains a PDF that has been successfully opened into memory. The PdfDocument object calling this method must also contain a PDF that has been successfully opened into memory.