RubberStampAnnotation(RectangleF, PdfDocument, Int32) Constructor
Initializes a new instance of the RubberStampAnnotation class with specified settings.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
public RubberStampAnnotation(
RectangleF bounds,
PdfDocument document,
int pageIndex = 0
)
Parameters
| Name | Type |
|---|---|
| bounds | RectangleF |
| document | PdfDocument |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| pageIndex | Int32 | 0 |
See Also