PdfFolder
DeleteFile Method
|
Delete the file in this folder.
Namespace:
Spire.Pdf.Collections
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void DeleteFile(
PdfAttachment file
)
Public Sub DeleteFile (
file As PdfAttachment
)
public:
void DeleteFile(
PdfAttachment^ file
)
member DeleteFile :
file : PdfAttachment -> unit
Parameters
-
file
-
Type:
Spire.Pdf.Attachments
PdfAttachment
The file.
See Also