PdfPageFacade.AddRubberStampAnnotation(PdfRectangle, Stream, Int32) Method
In This Article
Creates a rubber stamp annotation in the specified page rectangle.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfRubberStampAnnotationFacade AddRubberStampAnnotation(
PdfRectangle rect,
Stream pdfStream,
int pageNumber
)
#Parameters
Name | Type | Description |
---|---|---|
rect | Pdf |
A page area to add the rubber stamp annotation. |
pdf |
Stream | A stream that contains a document used to generate a stamp. |
page |
Int32 | The number of the document page used to generate a stamp. |
#Returns
Type | Description |
---|---|
Pdf |
An object that contains rubber stamp annotation properties. |
See Also