DocumentSetXmpMetadata Method
Set XMP metadata of document.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void SetXmpMetadata(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream which contains XMP metadata.
See Also