Click or drag to resize

PdfXmlMetadataStreamRemove Method

Removes the property with the specified name.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public bool Remove(
	XName name
)

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