Back to Devexpress

PdfPageFacade.AddRubberStampAnnotation Method

officefileapi-devexpress-dot-pdf-dot-pdfpagefacade-dot-addrubberstampannotation.md

latest2.1 KB
Original Source

PdfPageFacade.AddRubberStampAnnotation Method

NameParametersDescription
AddRubberStampAnnotation(PdfPoint, String)point, iconNameCreates a rubber stamp annotation at the specified page point.
AddRubberStampAnnotation(PdfRectangle, Stream, Int32, Boolean)rect, pdfStream, pageNumber, keepAspectRatioCreates a rubber stamp annotation in the specified page rectangle.
AddRubberStampAnnotation(PdfRectangle, Stream, Int32)rect, pdfStream, pageNumberCreates a rubber stamp annotation in the specified page rectangle.
AddRubberStampAnnotation(PdfRectangle, String, Boolean)rect, iconName, keepAspectRatioCreates a rubber stamp annotation in the specified page rectangle.
AddRubberStampAnnotation(PdfRectangle, String, Int32, Boolean)rect, pdfFileName, pageNumber, keepAspectRatioCreates a rubber stamp annotation in the specified page rectangle. Allows you use another document to generate a stamp.
AddRubberStampAnnotation(PdfRectangle, String, Int32)rect, pdfFileName, pageNumberCreates a rubber stamp annotation in the specified page rectangle.
AddRubberStampAnnotation(PdfRectangle, String)rect, iconNameCreates a rubber stamp annotation in the specified page rectangle.