Delete the file in this folder.

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 DeleteFile(
	PdfAttachment file
)
Public Sub DeleteFile ( 
	file As PdfAttachment
)
public:
void DeleteFile(
	PdfAttachment^ file
)
member DeleteFile : 
        file : PdfAttachment -> unit 

Parameters

file
PdfAttachment
The file.

See Also