XmpProperty.Value Property

Gets or sets the value of this XMP property.

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

Syntax

C#
public XmpValue Value { get; set; }
VB
Public Property Value As XmpValue
	Get
	Set

Property Value

Type: XmpValue
The value of this XMP property.

Remarks

XMP property value can be null or an instance of XmpArray, XmpString or XmpStructure types only.

If the value of an XMP property is set to null then the property won't be saved to the output PDF document.

See Also