IFixedDocumentViewer
Represents fixed document viewer.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
public interface IFixedDocumentViewer
Derived Classes:
Properties
Gets the can horizontally scroll.
bool CanHorizontallyScroll { get; }
The can horizontally scroll.
Gets the can vertically scroll.
bool CanVerticallyScroll { get; }
The can vertically scroll.
Gets the cursors.
CursorsCollection Cursors { get; }
The cursors.
Document
RadFixedDocument
Gets the document.
RadFixedDocument Document { get; set; }
The document.
Gets or sets the fixed document presenter.
IFixedDocumentPresenter FixedDocumentPresenter { get; set; }
The fixed document presenter.
HorizontalScrollBar
ScrollBar
Gets the horizontal scroll bar.
ScrollBar HorizontalScrollBar { get; }
The horizontal scroll bar.
Gets the horizontal scroll offset.
double HorizontalScrollOffset { get; }
The horizontal scroll offset.
Gets or sets the mode.
FixedDocumentViewerMode Mode { get; set; }
The mode.
Gets the rotation angle.
RotationAngle RotationAngle { get; }
The rotation angle.
Gets or sets the scale factor.
double ScaleFactor { get; set; }
The scale factor.
Gets the settings.
FixedDocumentViewerSettings Settings { get; }
The settings.
VerticalScrollBar
ScrollBar
Gets the vertical scroll bar.
ScrollBar VerticalScrollBar { get; }
The vertical scroll bar.
Gets the vertical scroll offset.
double VerticalScrollOffset { get; }
The vertical scroll offset.
Methods
Scrolls to horizontal offset.
Scrolls to vertical offset.
Events
Occurs when the document is changed.
event EventHandler<DocumentChangedEventArgs> DocumentChanged
Occurs when a hyperlink is clicked.
event EventHandler<HyperlinkClickedEventArgs> HyperlinkClicked
Occurs when the scale factor is changed.
event EventHandler<ScaleFactorChangedEventArgs> ScaleFactorChanged