Click or drag to resize

PdfXmlMetadataStreamAdd Method

Adds the specified property to this PdfXmlMetadataStream.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public void Add(
	XElement property
)

Parameters

property  XElement
The property to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionproperty is .
See Also