Property IsPaginated
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
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.