PdfCollection
AddAttachment Method
|
Add an attachment.
Namespace:
Spire.Pdf.Collections
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void AddAttachment(
PdfAttachment attachment
)
Public Sub AddAttachment (
attachment As PdfAttachment
)
public:
void AddAttachment(
PdfAttachment^ attachment
)
member AddAttachment :
attachment : PdfAttachment -> unit
Parameters
-
attachment
-
Type:
Spire.Pdf.Attachments
PdfAttachment
The attachment.
See Also