Enum ReadingMode
Selects how page content is read during PDF import to balance memory usage and load time.
Namespace: Telerik.Windows.Documents.Fixed.FormatProviders
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum ReadingMode
AllAtOnce
Loads content for all pages during import to enable immediate access at the cost of memory.
OnDemand
Defers reading page content until requested, reducing upfront memory and improving initial load time.