PdfArtifactWatermarkOptions class

PdfArtifactWatermarkOptions class

Represents watermark adding options when adding artifact watermark to a pdf document.

Inheritance: PdfArtifactWatermarkOptionsPdfWatermarkOptionsWatermarkOptions

The PdfArtifactWatermarkOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the PdfArtifactWatermarkOptions class.

Properties

Property Description
default Gets the default value for the WatermarkOptions class.
page_index Gets or sets the page index to add watermark to.

Remarks

Learn more: | | |

Example

Add image artifact watermark to a PDF document.

See Also