Table of Contents

Class PdfWatermarkAnnotation

Namespace
iText.Kernel.Pdf.Annot
Assembly
itext.kernel.dll
public class PdfWatermarkAnnotation : PdfAnnotation
Inheritance
PdfWatermarkAnnotation
Inherited Members

Constructors

PdfWatermarkAnnotation(Rectangle)

public PdfWatermarkAnnotation(Rectangle rect)

Parameters

rect Rectangle

PdfWatermarkAnnotation(PdfDictionary)

Instantiates a new PdfWatermarkAnnotation instance based on PdfDictionary instance, that represents existing annotation object in the document.

protected PdfWatermarkAnnotation(PdfDictionary pdfObject)

Parameters

pdfObject PdfDictionary

the PdfDictionary representing annotation object

See Also

Methods

GetFixedPrint()

public virtual PdfDictionary GetFixedPrint()

Returns

PdfDictionary

GetSubtype()

public override PdfName GetSubtype()

Returns

PdfName

SetFixedPrint(PdfFixedPrint)

public virtual PdfWatermarkAnnotation SetFixedPrint(PdfFixedPrint fixedPrint)

Parameters

fixedPrint PdfFixedPrint

Returns

PdfWatermarkAnnotation