PDF .NET Library Documentation - PDF Technologies, Inc.
This function add a Pdf Rubber Stamp Annotation to this page.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public PDFRubberStampAnnotation AddRubberStampAnnotation(
	string caption,
	string bodytext,
	RubberStampAnnotationIcon icon,
	RectangleF Box
)
Visual Basic (Declaration)
Public Function AddRubberStampAnnotation ( _
	caption As String, _
	bodytext As String, _
	icon As RubberStampAnnotationIcon, _
	Box As RectangleF _
) As PDFRubberStampAnnotation
Visual C++
public:
PDFRubberStampAnnotation^ AddRubberStampAnnotation(
	String^ caption, 
	String^ bodytext, 
	RubberStampAnnotationIcon icon, 
	RectangleF Box
)

Parameters

caption
Type: System..::.String
Annotation caption
bodytext
Type: System..::.String
Annotation text
icon
Type: PDFTech..::.RubberStampAnnotationIcon
Box
Type: System.Drawing..::.RectangleF

Return Value

This function return PdfRubberStampAnnotation

See Also