Click or drag to resize

PdfContentElementParent Property

Gets the parent PdfContentGroup that the PdfContentElement belongs to.

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

Property Value

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