Removes the specified attachment.

Namespace: Spire.Pdf.Attachments
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 Remove(
	PdfAttachment attachment
)
Public Sub Remove ( 
	attachment As PdfAttachment
)
public:
void Remove(
	PdfAttachment^ attachment
)
member Remove : 
        attachment : PdfAttachment -> unit 

Parameters

attachment
PdfAttachment
The attachment.

See Also