PdfContentElementCollection.AllEnumerator Struct
Enumerates the PdfContentElements underneath a PdfContentElementCollection.
public struct AllEnumerator : IEnumerator<PdfContentElement>, IDisposable, IEnumerator
Public Structure AllEnumerator
Implements IEnumerator(Of PdfContentElement), IDisposable, IEnumerator
Implements
Properties
Current
Gets the PdfContentElement at the current position of the enumerator.
public readonly PdfContentElement Current { get; }
Public ReadOnly Property Current As PdfContentElement
Property Value
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.
Property Value
The transformation from the new (transformed) coordinate system to the default (untransformed) coordinate system.
Methods
Dispose()
Releases all resources used by the PdfContentElementCollection.AllEnumerator.
MoveNext()
Advances the enumerator to the next PdfContentElement underneath the PdfContentElementCollection.
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.