Interface IFixedDocumentViewer
Represents fixed document viewer.
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
System. The can horizontally scroll. |
CanVerticallyScroll
Gets the can vertically scroll.
Declaration
bool CanVerticallyScroll { get; }
Property Value
System. The can vertically scroll. |
Cursors
Gets the cursors.
Declaration
CursorsCollection Cursors { get; }
Property Value
Cursors The cursors. |
Document
Gets the document.
Declaration
RadFixedDocument Document { get; set; }
Property Value
Telerik. The document. |
FixedDocumentPresenter
Gets or sets the fixed document presenter.
Declaration
IFixedDocumentPresenter FixedDocumentPresenter { get; set; }
Property Value
IFixed The fixed document presenter. |
HorizontalScrollBar
Gets the horizontal scroll bar.
Declaration
ScrollBar HorizontalScrollBar { get; }
Property Value
System. The horizontal scroll bar. |
HorizontalScrollOffset
Gets the horizontal scroll offset.
Declaration
double HorizontalScrollOffset { get; }
Property Value
System. The horizontal scroll offset. |
Mode
Gets or sets the mode.
Declaration
FixedDocumentViewerMode Mode { get; set; }
Property Value
Fixed The mode. |
RotationAngle
Gets the rotation angle.
Declaration
RotationAngle RotationAngle { get; }
Property Value
Rotation The rotation angle. |
ScaleFactor
Gets or sets the scale factor.
Declaration
double ScaleFactor { get; set; }
Property Value
System. The scale factor. |
Settings
Gets the settings.
Declaration
FixedDocumentViewerSettings Settings { get; }
Property Value
Fixed The settings. |
VerticalScrollBar
Gets the vertical scroll bar.
Declaration
ScrollBar VerticalScrollBar { get; }
Property Value
System. The vertical scroll bar. |
VerticalScrollOffset
Gets the vertical scroll offset.
Declaration
double VerticalScrollOffset { get; }
Property Value
System. The vertical scroll offset. |
Methods
ScrollToHorizontalOffset(Double)
Scrolls to horizontal offset.
Declaration
void ScrollToHorizontalOffset(double offset)
Parameters
System. The offset. |
ScrollToVerticalOffset(Double)
Scrolls to vertical offset.
Declaration
void ScrollToVerticalOffset(double offset)
Parameters
System. The offset. |
Events
DocumentChanged
Occurs when the document is changed.
Declaration
event EventHandler<DocumentChangedEventArgs> DocumentChanged
Event Type
System.
|
HyperlinkClicked
Occurs when a hyperlink is clicked.
Declaration
event EventHandler<HyperlinkClickedEventArgs> HyperlinkClicked
Event Type
System.
|
ScaleFactorChanged
Occurs when the scale factor is changed.
Declaration
event EventHandler<ScaleFactorChangedEventArgs> ScaleFactorChanged
Event Type
System.
|