Back to Devexpress

PdfPageFacade.AddRubberStampAnnotation(PdfRectangle, Stream, Int32) Method

officefileapi-devexpress-dot-pdf-dot-pdfpagefacade-dot-addrubberstampannotation-x28-devexpress-dot-pdf-dot-pdfrectangle-system-dot-io-dot-stream-system-dot-int32-x29.md

latest1.9 KB
Original Source

PdfPageFacade.AddRubberStampAnnotation(PdfRectangle, Stream, Int32) Method

Creates a rubber stamp annotation in the specified page rectangle.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfRubberStampAnnotationFacade AddRubberStampAnnotation(
    PdfRectangle rect,
    Stream pdfStream,
    int pageNumber
)
vb
Public Function AddRubberStampAnnotation(
    rect As PdfRectangle,
    pdfStream As Stream,
    pageNumber As Integer
) As PdfRubberStampAnnotationFacade

Parameters

NameTypeDescription
rectPdfRectangle

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 (starting with 1) used to generate a stamp.

|

Returns

TypeDescription
PdfRubberStampAnnotationFacade

An object that contains rubber stamp annotation properties.

|

See Also

PdfPageFacade Class

PdfPageFacade Members

DevExpress.Pdf Namespace