Click or drag to resize

PdfContentGroupElements Property

Gets the content elements such as text, paths and external objects (images and forms) contained directly in this group.

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

Property Value

PdfContentElementCollection
The content elements such as text, paths and external objects (images and forms) contained directly in this group.
See Also