Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

PdfPageFacade.AddRubberStampAnnotation Method

Name Parameters Description
AddRubberStampAnnotation(PdfPoint, String) point, iconName Creates a rubber stamp annotation at the specified page point.
AddRubberStampAnnotation(PdfRectangle, Stream, Int32, Boolean) rect, pdfStream, pageNumber, keepAspectRatio Creates a rubber stamp annotation in the specified page rectangle.
AddRubberStampAnnotation(PdfRectangle, Stream, Int32) rect, pdfStream, pageNumber Creates a rubber stamp annotation in the specified page rectangle.
AddRubberStampAnnotation(PdfRectangle, String, Boolean) rect, iconName, keepAspectRatio Creates a rubber stamp annotation in the specified page rectangle.
AddRubberStampAnnotation(PdfRectangle, String, Int32, Boolean) rect, pdfFileName, pageNumber, keepAspectRatio Creates a rubber stamp annotation in the specified page rectangle. Allows you use another document to generate a stamp.
AddRubberStampAnnotation(PdfRectangle, String, Int32) rect, pdfFileName, pageNumber Creates a rubber stamp annotation in the specified page rectangle.
AddRubberStampAnnotation(PdfRectangle, String) rect, iconName Creates a rubber stamp annotation in the specified page rectangle.