PdfNumberRangeCollection Class
Represents a collection of PdfNumberRanges.
public sealed class PdfNumberRangeCollection : PdfCollection<PdfNumberRange>, IList, ICollection, IList<PdfNumberRange>, ICollection<PdfNumberRange>, IEnumerable<PdfNumberRange>, IEnumerable
Public NotInheritable Class PdfNumberRangeCollection
Inherits PdfCollection(Of PdfNumberRange)
Implements IList, ICollection, IList(Of PdfNumberRange), ICollection(Of PdfNumberRange), IEnumerable(Of PdfNumberRange), IEnumerable
- Inheritance:
- System.ObjectPdfNumberRangeCollection
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IList<PdfNumberRange>
System.Collections.Generic.ICollection<PdfNumberRange>
System.Collections.Generic.IEnumerable<PdfNumberRange>
System.Collections.IEnumerable
Constructors
PdfNumberRangeCollection()
Initializes a new instance of the PdfNumberRangeCollection class.
Methods
Add(Double, Double)
Adds a PdfNumberRange with the specified first and last number to the collection.
Parameters
first
- System.Double
The First number of the PdfNumberRange to add.
last
- System.Double
The Last number of the PdfNumberRange to add.
Inherited Properties
Count | Gets the number of elements contained in the PdfCollection. (Inherited from PdfCollection) |
Metadata | (Optional; PDF 1.4) A metadata stream containing metadata for the component. (Inherited from PdfObject) |
Inherited Methods
Clear() | Removes all elements from the PdfCollection. (Inherited from PdfCollection) |
RemoveAt(System.Int32) | Removes the element at the specified index of the PdfCollection. (Inherited from PdfCollection) |
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable