XmpSchemaList Methods

The XmpSchemaList type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an object to the end of the PdfList<T>.
(Inherited from PdfList<T>.)
Public methodClear
Removes all elements from the PdfList<T>.
(Inherited from PdfList<T>.)
Public methodContains(T)
Determines whether the collection contains a specific value.
(Inherited from PdfCollection<T>.)
Public methodContains(String)
Determines whether this XmpSchemaList contains a schema with the specified namespace prefix.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet
Gets the schema with the specified namespace prefix.
Public methodGetAt
Gets the element at the specified index.
(Inherited from PdfCollection<T>.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from PdfCollection<T>.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the collection.
(Inherited from PdfCollection<T>.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific object from the PdfList<T>.
(Inherited from PdfList<T>.)
Public methodRemoveAt
Removes the element at the specified index of the PdfList<T>.
(Inherited from PdfList<T>.)
Public methodToString (Inherited from Object.)

See Also