Sets the xmp property.

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 string this[
	string name
] { get; set; }
Public Default Property Item ( 
	name As String
) As String
	Get
	Set
public:
property String^ default[String^ name] {
	String^ get (String^ name);
	void set (String^ name, String^ value);
}
member Item : string with get, set

Parameters

name
String

Property Value

String

See Also