XmpPropertyList.Set Method (String, XmpValue)

Sets the value of a property with specified name or adds a new property with specified name and value.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void Set(
	string name,
	XmpValue value
)
VB
Public Sub Set ( 
	name As String,
	value As XmpValue
)

Parameters

name
Type: System.String
The name of the property to set.
value
Type: BitMiracle.Docotic.Pdf.XmpValue
The value to set.

See Also