Table of Contents

Property PageElements

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

PageElements

Gets the sequence of page-level text elements extracted from the attachment.

public IReadOnlyList<PageElement> PageElements { get; }

Property Value

IReadOnlyList<PageElement>

Remarks

Extraction is performed on first access. For attachments without textual content, the collection may contain a single element with empty text. For non-paginated content, the collection contains a single element representing the entire text.