PDF .NET Library Documentation - PDF Technologies, Inc.
This function adds a PDF Text Annotation to this page.

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

Syntax

C#
public PDFTextAnnotation AddTextAnnotation(
	string caption,
	string bodytext,
	TextAnnotationIcon icon,
	RectangleF Box
)
Visual Basic (Declaration)
Public Function AddTextAnnotation ( _
	caption As String, _
	bodytext As String, _
	icon As TextAnnotationIcon, _
	Box As RectangleF _
) As PDFTextAnnotation
Visual C++
public:
PDFTextAnnotation^ AddTextAnnotation(
	String^ caption, 
	String^ bodytext, 
	TextAnnotationIcon icon, 
	RectangleF Box
)

Parameters

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

Return Value

This function return PDFTextAnnotation

See Also