GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfNumberRangeCollection Class

    Namespace:
    GemBox.Pdf
    Assembly:
    GemBox.Pdf.dll

    Represents a collection of PdfNumberRanges.

    • C#
    • VB.NET
    public sealed class PdfNumberRangeCollection : PdfCollection<PdfNumberRange>, IList, ICollection, IList<PdfNumberRange>, ICollection<PdfNumberRange>, IReadOnlyList<PdfNumberRange>, IReadOnlyCollection<PdfNumberRange>, IEnumerable<PdfNumberRange>, IEnumerable
    Public NotInheritable Class PdfNumberRangeCollection
        Inherits PdfCollection(Of PdfNumberRange)
        Implements IList, ICollection, IList(Of PdfNumberRange), ICollection(Of PdfNumberRange), IReadOnlyList(Of PdfNumberRange), IReadOnlyCollection(Of PdfNumberRange), IEnumerable(Of PdfNumberRange), IEnumerable
    Inheritance:
    System.Object
    PdfObject
    PdfCollection
    PdfCollection<PdfNumberRange>
    PdfNumberRangeCollection
    Implements
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IList<PdfNumberRange>
    System.Collections.Generic.ICollection<PdfNumberRange>
    System.Collections.Generic.IReadOnlyList<PdfNumberRange>
    System.Collections.Generic.IReadOnlyCollection<PdfNumberRange>
    System.Collections.Generic.IEnumerable<PdfNumberRange>
    System.Collections.IEnumerable

    Constructors

    PdfNumberRangeCollection()

    Initializes a new instance of the PdfNumberRangeCollection class.

    • C#
    • VB.NET
    public PdfNumberRangeCollection()
    Public Sub New

    Methods

    Add(Double, Double)

    Adds a PdfNumberRange with the specified first and last number to the collection.

    • C#
    • VB.NET
    public void Add(double first, double last)
    Public Sub Add(first As Double, last As Double)
    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.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Extension Methods

    PdfObjectExtensions.GetDictionary(PdfObject)
    PdfObjectExtensions.GetOrAddDictionary(PdfObject)
    PdfObjectExtensions.GetArray(PdfObject)
    PdfObjectExtensions.GetArray(PdfCollection)
    PdfObjectExtensions.GetOrAddArray(PdfCollection)
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.