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