Table of Contents

Class PdfFileSpecificationCollection

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Collection of file specifications.

public sealed class PdfFileSpecificationCollection : IEnumerable<PdfFileSpecification>, IEnumerable
Inheritance
PdfFileSpecificationCollection
Implements
Inherited Members

Properties

this[string]

Gets the file specification by specification string.

Methods

Add(PdfFileSpecification)

Adds the file specification to the PdfFileSpecificationCollection.

Clear()

Removes all elements from the PdfFileSpecificationCollection.

Get(string)

Gets the file specification by specification string.

GetEnumerator()

Returns an enumerator that iterates through the collection.

Remove(PdfFileSpecification)

Removes the first occurrence of given file specification.

Remove(string)

Removes the first occurrence of the file specification with given specification string.