Back to Devexpress

PdfPageFacade.AddRubberStampAnnotation(PdfPoint, String) Method

officefileapi-devexpress-dot-pdf-dot-pdfpagefacade-dot-addrubberstampannotation-x28-devexpress-dot-pdf-dot-pdfpoint-system-dot-string-x29.md

latest1.7 KB
Original Source

PdfPageFacade.AddRubberStampAnnotation(PdfPoint, String) Method

Creates a rubber stamp annotation at the specified page point.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfRubberStampAnnotationFacade AddRubberStampAnnotation(
    PdfPoint point,
    string iconName
)
vb
Public Function AddRubberStampAnnotation(
    point As PdfPoint,
    iconName As String
) As PdfRubberStampAnnotationFacade

Parameters

NameTypeDescription
pointPdfPoint

A point on the page to position the rubber stamp annotation.

| | iconName | String |

The name of the annotation icon. Use the PdfRubberStampAnnotationIconName fields to specify a built-in annotation icon.

|

Returns

TypeDescription
PdfRubberStampAnnotationFacade

An object that contains rubber stamp annotation properties.

|

See Also

PdfPageFacade Class

PdfPageFacade Members

DevExpress.Pdf Namespace