EmbeddedFileCollection.Delete
Delete(string)
Delete embedded file by name.
public void Delete(string name)
| Parameter | Type | Description |
|---|---|---|
| name | String | Name of the embedded file which should be deleted. |
See Also
- class EmbeddedFileCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF
Delete()
Remove all embedded files from document.
public void Delete()
See Also
- class EmbeddedFileCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF