Click or drag to resize

PdfTextElements Property

Gets the PdfTextContents associated with the current PdfText.

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

Return Value

IEnumerablePdfTextContent
The PdfTextContents associated with the current PdfText.
See Also