Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

PdfPageFacade.AddFileAttachmentAnnotation Method

Name Parameters Description
AddFileAttachmentAnnotation(PdfPoint, PdfFileAttachment, String) point, file, iconName Creates a file attachment annotation at the specified point on the page.
AddFileAttachmentAnnotation(PdfPoint, PdfFileAttachment) point, file Creates a file attachment annotation at the specified point on the page.
AddFileAttachmentAnnotation(PdfRectangle, PdfFileAttachment, String) rect, file, iconName Creates a file attachment annotation in the specified page rectangle.
AddFileAttachmentAnnotation(PdfRectangle, PdfFileAttachment) rect, file Adds a file attachment annotation in the specified page rectangle.