WatermarkAnnotation Constructors
A watermark annotation.| Name | Parameters | Description |
|---|---|---|
| WatermarkAnnotation(RectangleF, Page) | bounds, page | Initializes a new instance of the WatermarkAnnotation class with specified settings. |
| WatermarkAnnotation(RectangleF, PdfDocument, Int32) | bounds, document, pageIndex | Initializes a new instance of the WatermarkAnnotation class with specified settings. |
| WatermarkAnnotation(RectangleF, VisualFragment) | bounds, fragment | Initializes a new instance of the WatermarkAnnotation class with specified settings. |
| WatermarkAnnotation(RectangleF, Stream, Int32) | bounds, documentStream, pageIndex | Initializes a new instance of the WatermarkAnnotation class with specified settings. |
| WatermarkAnnotation(RectangleF) | bounds | Initializes a new instance of the WatermarkAnnotation class with specified settings. |
See Also