XmpStructure.Remove(String) Method
In This Article
Removes the specified item from the array.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
qualified |
String | The name of the item to be removed. |
#Returns
Type | Description |
---|---|
Boolean | true if the item is removed successfully; otherwise, false. |
See Also