Click or drag to resize

PdfContentElementCollectionAllEnumerator Structure

Enumerates the PdfContentElements underneath a PdfContentElementCollection.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SautinSoft.Pdf.ContentPdfContentElementCollectionAllEnumerator

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public struct AllEnumerator : IEnumerator<PdfContentElement>, 
	IEnumerator, IDisposable

The PdfContentElementCollectionAllEnumerator type exposes the following members.

Properties
 NameDescription
Public propertyCurrent Gets the PdfContentElement at the current position of the enumerator.
Public propertyTransform Gets the transformation from the new (transformed) coordinate system to the default (untransformed) coordinate system.
Top
Methods
 NameDescription
Public methodDispose Releases all resources used by the PdfContentElementCollectionAllEnumerator.
Public methodMoveNext Advances the enumerator to the next PdfContentElement underneath the PdfContentElementCollection.
Top
See Also