Click or drag to resize

PdfXmpMetadata Parse Method ( Stream )

Parse the xmp metadata.

Namespace: Spire.Pdf.Interchange.Metadata
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static PdfXmpMetadata Parse(
	Stream[] streamArray
)

Parameters

streamArray
Type: System.IO Stream

Return Value

Type: PdfXmpMetadata
The PdfXmpMetadata.
See Also