Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.