Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfFileSpecificationCollection : IEnumerable<PdfFileSpecification>, IEnumerable
Public NotInheritable Class PdfFileSpecificationCollection Implements IEnumerable(Of PdfFileSpecification), IEnumerable
The PdfFileSpecificationCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Item |
Gets the file specification by specification string.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds the file specification to the PdfFileSpecificationCollection.
|
![]() | Clear |
Removes all elements from the PdfFileSpecificationCollection.
|
![]() | Equals | (Inherited from Object.) |
![]() | Get |
Gets the file specification by specification string.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Remove(PdfFileSpecification) |
Removes the first occurrence of given file specification.
|
![]() | Remove(String) |
Removes the first occurrence of the file specification with given specification string.
|
![]() | ToString | (Inherited from Object.) |