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

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

Syntax

C#
public PDFLineAnnotation AddLineAnnotation(
	string caption,
	string bodytext,
	LineEndingStyle BeginLineStyle,
	LineEndingStyle EndLineStyle,
	RectangleF Box
)
Visual Basic (Declaration)
Public Function AddLineAnnotation ( _
	caption As String, _
	bodytext As String, _
	BeginLineStyle As LineEndingStyle, _
	EndLineStyle As LineEndingStyle, _
	Box As RectangleF _
) As PDFLineAnnotation
Visual C++
public:
PDFLineAnnotation^ AddLineAnnotation(
	String^ caption, 
	String^ bodytext, 
	LineEndingStyle BeginLineStyle, 
	LineEndingStyle EndLineStyle, 
	RectangleF Box
)

Parameters

caption
Type: System..::.String
Annotation caption
bodytext
Type: System..::.String
Annotation text
BeginLineStyle
Type: PDFTech..::.LineEndingStyle
EndLineStyle
Type: PDFTech..::.LineEndingStyle
Box
Type: System.Drawing..::.RectangleF

Return Value

This function return PdfLineAnnotation

See Also