| EmbeddedFileCollectionDeleteByKey Method |
Deletes file from the collection by its key in the collection.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic void DeleteByKey(
string key
)
Public Sub DeleteByKey (
key As String
)
public:
void DeleteByKey(
String^ key
)
member DeleteByKey :
key : string -> unit
Parameters
- key
- Type: SystemString
See Also