The XmpPropertyList type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(T) |
Adds an object to the end of the PdfList<T>.
(Inherited from PdfList<T>.) |
![]() | Add(String, XmpValue) |
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, XmpValue, 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.
|
![]() | Clear |
Removes all elements from the PdfList<T>.
(Inherited from PdfList<T>.) |
![]() | Contains(T) |
Determines whether the collection contains a specific value.
(Inherited from PdfCollection<T>.) |
![]() | Contains(String) |
Determines whether this XmpPropertyList contains a
property with the specified name.
|
![]() | CopyTo(Array, Int32) |
Copies the elements of the collection to an System.Array, starting at a particular
System.Array index.
(Inherited from PdfCollection<T>.) |
![]() | CopyTo(T[], Int32) |
Copies the elements of the collection to an System.Array, starting at a particular
System.Array index.
(Inherited from PdfCollection<T>.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | Get |
Gets the property with specified name.
|
![]() | GetAt |
Gets the element at the specified index.
(Inherited from PdfCollection<T>.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from PdfCollection<T>.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf |
Determines the index of a specific item in the collection.
(Inherited from PdfCollection<T>.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove |
Removes the first occurrence of a specific object from the PdfList<T>.
(Inherited from PdfList<T>.) |
![]() | RemoveAt |
Removes the element at the specified index of the PdfList<T>.
(Inherited from PdfList<T>.) |
![]() | 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.
|
![]() | ToString | (Inherited from Object.) |