Back to Devexpress

PdfPageFacade.AddFileAttachmentAnnotation Method

officefileapi-devexpress-dot-pdf-dot-pdfpagefacade-dot-addfileattachmentannotation.md

latest1.3 KB
Original Source

PdfPageFacade.AddFileAttachmentAnnotation Method

NameParametersDescription
AddFileAttachmentAnnotation(PdfPoint, PdfFileAttachment, String)point, file, iconNameCreates a file attachment annotation at the specified point on the page.
AddFileAttachmentAnnotation(PdfPoint, PdfFileAttachment)point, fileCreates a file attachment annotation at the specified point on the page.
AddFileAttachmentAnnotation(PdfRectangle, PdfFileAttachment, String)rect, file, iconNameCreates a file attachment annotation in the specified page rectangle.
AddFileAttachmentAnnotation(PdfRectangle, PdfFileAttachment)rect, fileAdds a file attachment annotation in the specified page rectangle.