Table of Contents

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

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.