Click or drag to resize

PdfContentElementCollectionAllEnumerable Structure

Represents all PdfContentElements underneath the PdfContentElementCollection.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SautinSoft.Pdf.ContentPdfContentElementCollectionAllEnumerable

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public readonly struct AllEnumerable : IEnumerable<PdfContentElement>, 
	IEnumerable

The PdfContentElementCollectionAllEnumerable type exposes the following members.

Methods
 NameDescription
Public methodGetEnumerator Returns an enumerator that iterates through all PdfContentElements underneath the PdfContentElementCollection.
Public methodRemove(FuncPdfContentElement, Boolean, Boolean) Removes all the PdfContentElements that match the conditions defined by the specified predicate.
Public methodRemove(FuncPdfContentElement, PdfMatrix, Boolean, Boolean) Removes all the PdfContentElements that match the conditions defined by the specified predicate. The transformation from the new (transformed) coordinate system to the default (untransformed) coordinate system is used in the logic of the predicate function.
Top
See Also