Class XmpPropertyList
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Collection of XMP properties.
public class XmpPropertyList : PdfList<XmpProperty>, ICollection<XmpProperty>, IEnumerable<XmpProperty>, ICollection, IEnumerable
- Inheritance
-
XmpPropertyList
- Implements
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Properties
- this[string]
Gets or sets the XmpProperty with the specified name.
Methods
- Add(string, XmpValue)
Creates new XMP property and adds it to the end of this XmpPropertyList.
- Add(string, XmpValue, string)
Creates new XMP property and adds it to the end of this XmpPropertyList.
- Add(string, string)
Creates new XMP property and adds it to the end of this XmpPropertyList.
- Add(string, string, string)
Creates new XMP property and adds it to the end of this XmpPropertyList.
- Contains(string)
Determines whether this XmpPropertyList contains a property with the specified name.
- Get(string)
Gets the property with specified name.
- Set(string, XmpValue)
Sets the value of a property with specified name or adds a new property with specified name and value.
- Set(string, XmpValue, string)
Sets the value of a property with specified name or adds a new property with specified name and value.