Enum
ReadingMode

Selects how page content is read during PDF import to balance memory usage and load time.

Definition

Namespace:Telerik.Windows.Documents.Fixed.FormatProviders

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public enum ReadingMode

Fields

AllAtOnce

Loads content for all pages during import to enable immediate access at the cost of memory.

Declaration

cs-api-definition
AllAtOnce = 0

Field Value

ReadingMode

OnDemand

Defers reading page content until requested, reducing upfront memory and improving initial load time.

Declaration

cs-api-definition
OnDemand = 1

Field Value

ReadingMode

In this article
DefinitionFieldsAllAtOnceOnDemand
Not finding the help you need?
Contact Support