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

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

Syntax

C#
public PDFFileAttachmentAnnotation AddFileAttachmentAnnotation(
	string caption,
	string bodytext,
	string File,
	FileAttachmentAnnotationIcon Icon,
	RectangleF Box
)
Visual Basic (Declaration)
Public Function AddFileAttachmentAnnotation ( _
	caption As String, _
	bodytext As String, _
	File As String, _
	Icon As FileAttachmentAnnotationIcon, _
	Box As RectangleF _
) As PDFFileAttachmentAnnotation
Visual C++
public:
PDFFileAttachmentAnnotation^ AddFileAttachmentAnnotation(
	String^ caption, 
	String^ bodytext, 
	String^ File, 
	FileAttachmentAnnotationIcon Icon, 
	RectangleF Box
)

Parameters

caption
Type: System..::.String
Annotation caption
bodytext
Type: System..::.String
Annotation text
File
Type: System..::.String
Icon
Type: PDFTech..::.FileAttachmentAnnotationIcon
Box
Type: System.Drawing..::.RectangleF

Return Value

This function return PdfFileAttachmentAnnotation

See Also