API Reference
Class
PdfImageWatermark
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.
Returned or exposed by
- Method PdfImageWatermark.Clone
- Property PdfOptions.EvenPageImageWatermark
- Property PdfOptions.FirstPageImageWatermark
- Property PdfOptions.ImageWatermark
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[]
- width System.Double
- height System.Double
Methods
Inherited Methods
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.