PdfXmlMetadataStreamRemove Method |
Removes the property with the specified name.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public bool Remove(
XName name
)
Public Function Remove (
name As XName
) As Boolean
Parameters
- name XName
- The fully qualified name of the property to remove.
Return Value
Boolean if the property is successfully found and removed; otherwise,
. This method returns
if property is not found in the
PdfXmlMetadataStream.
See Also