Click or drag to resize

PdfContentElementCollection Property

Gets the PdfContentElementCollection that the PdfContentElement belongs to.

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

Property Value

PdfContentElementCollection
A reference to the PdfContentElementCollection that the PdfContentElement belongs to, or if the PdfContentElement is not contained in any PdfContentElementCollection.
See Also