PdfAnnotationWatermarkOptions class

PdfAnnotationWatermarkOptions class

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

Inheritance: PdfAnnotationWatermarkOptionsPdfWatermarkOptionsWatermarkOptions

The PdfAnnotationWatermarkOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the PdfAnnotationWatermarkOptions 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.
print_only Get or sets the value indicating whether annotation will be printed, but not displayed
in pdf viewing application.

Remarks

Learn more: | | |

Example

Add an image annotation watermark to a PDF document.

See Also