Initializes a new instance of the XmpSchema class

Namespace: Spire.Pdf.Xmp
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected XmpSchema(
	XmpMetadata xmp
)
Protected Sub New ( 
	xmp As XmpMetadata
)
protected:
XmpSchema(
	XmpMetadata^ xmp
)
new : 
        xmp : XmpMetadata -> XmpSchema

Parameters

xmp
XmpMetadata

See Also