Table of Contents

Property IsPaginated

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

IsPaginated

Gets a value indicating whether the attachment represents a paginated format (e.g., PDF or image) where each page is a self-contained visual unit.

public bool IsPaginated { get; }

Property Value

bool

Remarks

Returns true for PDF documents and image files. These formats have fixed-layout pages that are typically indexed as one entry per page, without further text chunking within pages.

Share