Adds schema to the XMP in XML format.

Namespace: Spire.Pdf.Xmp
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Add(
	XmlElement schema
)
Public Sub Add ( 
	schema As XmlElement
)
public:
void Add(
	XmlElement^ schema
)
member Add : 
        schema : XmlElement -> unit 

Parameters

schema
XmlElement
XMP schema in XML format.

Remarks

If XMP already contains such schema - there will be two equal schemas at the xmp.

See Also