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

    Show / Hide Table of Contents

    PdfFilterCollection.Enumerator Struct

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

    Enumerates the PdfFilters of a PdfFilterCollection.

    • C#
    • VB.NET
    public struct Enumerator : IEnumerator<PdfFilter>, IDisposable, IEnumerator
    Public Structure Enumerator
        Implements IEnumerator(Of PdfFilter), IDisposable, IEnumerator
    Implements
    System.Collections.Generic.IEnumerator<PdfFilter>
    System.IDisposable
    System.Collections.IEnumerator

    Properties

    Current

    Gets the PdfFilter at the current position of the enumerator.

    • C#
    • VB.NET
    public readonly PdfFilter Current { get; }
    Public ReadOnly Property Current As PdfFilter
    Property Value
    PdfFilter

    The PdfFilter in the PdfFilterCollection at the current position of the enumerator.

    Methods

    Dispose()

    Releases all resources used by the PdfFilterCollection.Enumerator.

    • C#
    • VB.NET
    public void Dispose()
    Public Sub Dispose

    MoveNext()

    Advances the enumerator to the next PdfFilter of the PdfFilterCollection.

    • C#
    • VB.NET
    public bool MoveNext()
    Public Function MoveNext As Boolean
    Returns
    System.Boolean

    true if the enumerator was successfully advanced to the next PdfFilter; false if the enumerator has passed the end of the collection.

    Exceptions
    System.InvalidOperationException

    The collection was modified after the enumerator was created.

    Implements

    System.Collections.Generic.IEnumerator<T>
    System.IDisposable
    System.Collections.IEnumerator
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.