API Reference

Class

PdfImageWatermark

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Reusable image watermark rendered behind page content.

Inheritance

  • Object
  • PdfImageWatermark

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public PdfImageWatermark(Byte[] data, Double width, Double height) #

Creates an image watermark from raster bytes supported by OfficeIMO.Drawing.

Parameters

data System.Byte[] requiredposition: 0
width System.Double requiredposition: 1
height System.Double requiredposition: 2

Methods

public PdfImageWatermark Clone() #
Returns: PdfImageWatermark

Creates a deep copy of this watermark.

Properties

public Double Width { get; set; } #

Target watermark width in points.

public Double Height { get; set; } #

Target watermark height in points.

public Double Opacity { get; set; } #

Fill opacity from 0 to 1. Defaults to 0.16.

public Double RotationAngle { get; set; } #

Rotation angle in degrees. Defaults to 0.