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

    Show / Hide Table of Contents

    PdfContentElementCollection.AllEnumerator Struct

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

    Enumerates the PdfContentElements underneath a PdfContentElementCollection.

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

    Properties

    Current

    Gets the PdfContentElement at the current position of the enumerator.

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

    The PdfContentElement underneath the PdfContentElementCollection at the current position of the enumerator.

    Transform

    Gets the transformation from the new (transformed) coordinate system to the default (untransformed) coordinate system.

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

    The transformation from the new (transformed) coordinate system to the default (untransformed) coordinate system.

    Methods

    Dispose()

    Releases all resources used by the PdfContentElementCollection.AllEnumerator.

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

    MoveNext()

    Advances the enumerator to the next PdfContentElement underneath the PdfContentElementCollection.

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

    true if the enumerator was successfully advanced to the next PdfContentElement; 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.