Enum ReadingMode
Provides options of how a PDF file should be read.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PdfViewer.dll
Syntax
public enum ReadingMode
AllAtOnce
Load the entire file at the beginning.
OnDemand
Load pages on demand, when they appear in the view.