PdfFileSpecificationCollection Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfFileSpecificationCollection Class
Collection of file specifications.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfFileSpecificationCollection

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfFileSpecificationCollection : IEnumerable<PdfFileSpecification>, 
	IEnumerable
VB
Public NotInheritable Class PdfFileSpecificationCollection
	Implements IEnumerable(Of PdfFileSpecification), IEnumerable

The PdfFileSpecificationCollection type exposes the following members.

Properties

  NameDescription
Public propertyItem
Gets the file specification by specification string.

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