Namespace: BitMiracle.Docotic.Pdf
public class XmpPropertyList : PdfList<XmpProperty>
Public Class XmpPropertyList Inherits PdfList(Of XmpProperty)
The XmpPropertyList type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements actually contained in the PdfCollection<T>.
(Inherited from PdfCollection<T>.) |
![]() | Item[Int32] |
Gets the element at the specified index.
(Inherited from PdfCollection<T>.) |
![]() | Item[String] |
Gets or sets the XmpProperty with the specified name.
|
Name | Description | |
---|---|---|
![]() | Add(UTT) | (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.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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 | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf |
Determines the index of a specific item in the collection.
(Inherited from PdfCollection<T>.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove | (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 | Returns a string that represents the current object. (Inherited from Object.) |