Click or drag to resize

PdfContentElementNext Property

Gets the next PdfContentElement in the Collection.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public PdfContentElement Next { get; }

Property Value

PdfContentElement
A reference to the next PdfContentElement in the Collection, or if the current PdfContentElement is the last element (Last) of the Collection.
See Also