PdfXmlMetadataStream.PropertyEnumerator Struct
Enumerates the properties of a PdfXmlMetadataStream.
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.
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.
MoveNext()
Advances the enumerator to the next property of the PdfXmlMetadataStream.
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