Skip to main content
All docs
V25.1
  • 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.