Click or drag to resize

PdfContentElementPrevious Property

Gets the previous PdfContentElement in the Collection.

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

Property Value

PdfContentElement
A reference to the previous PdfContentElement in the Collection, or if the current PdfContentElement is the first element (First) of the Collection.
See Also