PdfContentGroupElements Property |
Gets the content elements such as text, paths and external objects (images and forms) contained directly in this group.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic PdfContentElementCollection Elements { get; }Public ReadOnly Property Elements As PdfContentElementCollection
Get
Property Value
PdfContentElementCollection
The content elements such as text, paths and external objects (images and forms) contained directly in this group.
See Also