Property Value
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Value
Gets or sets the value of this XMP property.
public XmpValue? Value { get; set; }
Property Value
- 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.