PdfXObjectWatermarkOptions class

PdfXObjectWatermarkOptions class

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

Inheritance: PdfXObjectWatermarkOptionsPdfWatermarkOptionsWatermarkOptions

The PdfXObjectWatermarkOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the PdfXObjectWatermarkOptions 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 a watermark to a particular page of a pdf document.

See Also