PdfFileSpecificationCollection Methods

The PdfFileSpecificationCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds the file specification to the PdfFileSpecificationCollection.
Public methodClear
Removes all elements from the PdfFileSpecificationCollection.
Public methodEquals (Inherited from Object.)
Public methodGet
Gets the file specification by specification string.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodRemove(PdfFileSpecification)
Removes the first occurrence of given file specification.
Public methodRemove(String)
Removes the first occurrence of the file specification with given specification string.
Public methodToString (Inherited from Object.)

See Also