Enum ReadingMode
Represents the reading mode on document import.
Namespace: Telerik.Windows.Documents.Fixed.FormatProviders
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum ReadingMode
AllAtOnce
Reads all the pages content on document import.
OnDemand
The pages content is not read on document import. When needed, the page content can be loaded lately.