Add an attachment.

Namespace: Spire.Pdf.Collections
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void AddAttachment(
	PdfAttachment attachment
)
Public Sub AddAttachment ( 
	attachment As PdfAttachment
)
public:
void AddAttachment(
	PdfAttachment^ attachment
)
member AddAttachment : 
        attachment : PdfAttachment -> unit 

Parameters

attachment
PdfAttachment
The attachment.

See Also