PdfAttachmentCollection
Remove Method
|
Removes the specified attachment.
Namespace:
Spire.Pdf.Attachments
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Remove(
PdfAttachment attachment
)
Public Sub Remove (
attachment As PdfAttachment
)
public:
void Remove(
PdfAttachment^ attachment
)
member Remove :
attachment : PdfAttachment -> unit
Parameters
-
attachment
-
Type:
Spire.Pdf.Attachments
PdfAttachment
The attachment.
See Also