PdfEditorAddFileAttachment Method

Adds a file to the document's attachments. The attachment appears in the Attachments panel of PDF viewers but has no visible icon on any page. To also display a clickable icon on a specific page, use AddFileAttachmentAnnotation(PdfFileAttachmentAnnotation)

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public void AddFileAttachment(
	PdfFileAttachment fileAttachment
)

Parameters

fileAttachment  PdfFileAttachment
The file attachment to add

See Also