Provides the viewer modes for the RadPdfViewer.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PdfViewer.dll
Syntax:
C#
public enum FixedDocumentViewerMode
Fields
Just displays the document.
C#
None = 0
Pan mode - the document is scrolled when dragging with the mouse.
C#
Pan = 1
Selection mode - text is selected when dragging with mouse pointer.
C#
TextSelection = 2