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

    Show / Hide Table of Contents

    PdfXmlMetadataStream.PropertyEnumerator Struct

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

    Enumerates the properties of a PdfXmlMetadataStream.

    • C#
    • VB.NET
    public struct PropertyEnumerator : IEnumerator<XElement>, IDisposable, IEnumerator
    Public Structure PropertyEnumerator
        Implements IEnumerator(Of XElement), IDisposable, IEnumerator
    Implements
    System.Collections.Generic.IEnumerator<System.Xml.Linq.XElement>
    System.IDisposable
    System.Collections.IEnumerator

    Properties

    Current

    Gets the property at the current position of the enumerator.

    • C#
    • VB.NET
    public readonly XElement Current { get; }
    Public ReadOnly Property Current As XElement
    Property Value
    System.Xml.Linq.XElement

    The property in the PdfXmlMetadataStream at the current position of the enumerator.

    Methods

    Dispose()

    Releases all resources used by the PdfXmlMetadataStream.PropertyEnumerator.

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

    MoveNext()

    Advances the enumerator to the next property of the PdfXmlMetadataStream.

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

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

    Implements

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

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.