Skip to main content
All docs
V23.2

PdfPageFacade.AddRubberStampAnnotation(PdfRectangle, Stream, Int32) Method

Creates a rubber stamp annotation in the specified page rectangle.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfRubberStampAnnotationFacade AddRubberStampAnnotation(
    PdfRectangle rect,
    Stream pdfStream,
    int pageNumber
)

Parameters

Name Type Description
rect PdfRectangle

A page area to add the rubber stamp annotation.

pdfStream Stream

A stream that contains a document used to generate a stamp.

pageNumber Int32

The number of the document page used to generate a stamp.

Returns

Type Description
PdfRubberStampAnnotationFacade

An object that contains rubber stamp annotation properties.

See Also