Class PdfWatermarkAnnotation
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
PdfDictionarythe PdfDictionary representing annotation object
- See Also
Methods
GetFixedPrint()
public virtual PdfDictionary GetFixedPrint()
Returns
GetSubtype()
public override PdfName GetSubtype()
Returns
SetFixedPrint(PdfFixedPrint)
public virtual PdfWatermarkAnnotation SetFixedPrint(PdfFixedPrint fixedPrint)
Parameters
fixedPrint
PdfFixedPrint