Table of Contents

Property Partitions

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

Partitions

Gets a read-only list of Partition objects contained within this section.
Each Partition represents a distinct segment of data (text or image), potentially formatted or divided according to specific criteria.

public IReadOnlyList<Partition> Partitions { get; }

Property Value

IReadOnlyList<Partition>