Watermarker

Watermarker class

Provides methods intended to insert watermarks into the documents.

public static class Watermarker

Methods

NameDescription
static SetImage(string, string, string)Adds an image watermark into the document.
static SetImage(Stream, Stream, SaveFormat, Image)Adds an image watermark into the document from streams.
static SetImage(string, string, SaveFormat, string)Adds an image watermark into the document with specified save format.
static SetImage(string, string, string, ImageWatermarkOptions)Adds an image watermark into the document with options.
static SetImage(Stream, Stream, SaveFormat, Image, ImageWatermarkOptions)Adds an image watermark into the document from streams with options.
static SetImage(string, string, SaveFormat, string, ImageWatermarkOptions)Adds an image watermark into the document with options and specified save format.
static SetText(string, string, string)Adds a text watermark into the document.
static SetText(Stream, Stream, SaveFormat, string)Adds a text watermark into the document from streams.
static SetText(string, string, SaveFormat, string)Adds a text watermark into the document with specified save format.
static SetText(string, string, string, TextWatermarkOptions)Adds a text watermark into the document with options.
static SetText(Stream, Stream, SaveFormat, string, TextWatermarkOptions)Adds a text watermark into the document from streams with options.
static SetText(string, string, SaveFormat, string, TextWatermarkOptions)Adds a text watermark into the document with options and specified save format.

See Also