Interface
IFixedDocumentViewer

Represents fixed document viewer.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

cs-api-definition
public interface IFixedDocumentViewer

Properties

CanHorizontallyScroll

Gets the can horizontally scroll.

Declaration

cs-api-definition
bool CanHorizontallyScroll { get; }

Property Value

bool

The can horizontally scroll.

CanVerticallyScroll

Gets the can vertically scroll.

Declaration

cs-api-definition
bool CanVerticallyScroll { get; }

Property Value

bool

The can vertically scroll.

Cursors

Gets the cursors.

Declaration

cs-api-definition
CursorsCollection Cursors { get; }

Property Value

CursorsCollection

The cursors.

Document

Gets the document.

Declaration

cs-api-definition
RadFixedDocument Document { get; set; }

Property Value

RadFixedDocument

The document.

FixedDocumentPresenter

Gets or sets the fixed document presenter.

Declaration

cs-api-definition
IFixedDocumentPresenter FixedDocumentPresenter { get; set; }

Property Value

IFixedDocumentPresenter

The fixed document presenter.

HorizontalScrollBar

Gets the horizontal scroll bar.

Declaration

cs-api-definition
ScrollBar HorizontalScrollBar { get; }

Property Value

ScrollBar

The horizontal scroll bar.

HorizontalScrollOffset

Gets the horizontal scroll offset.

Declaration

cs-api-definition
double HorizontalScrollOffset { get; }

Property Value

double

The horizontal scroll offset.

Mode

Gets or sets the mode.

Declaration

cs-api-definition
FixedDocumentViewerMode Mode { get; set; }

Property Value

FixedDocumentViewerMode

The mode.

RotationAngle

Gets the rotation angle.

Declaration

cs-api-definition
RotationAngle RotationAngle { get; }

Property Value

RotationAngle

The rotation angle.

ScaleFactor

Gets or sets the scale factor.

Declaration

cs-api-definition
double ScaleFactor { get; set; }

Property Value

double

The scale factor.

Settings

Gets the settings.

Declaration

cs-api-definition
FixedDocumentViewerSettings Settings { get; }

Property Value

FixedDocumentViewerSettings

The settings.

VerticalScrollBar

Gets the vertical scroll bar.

Declaration

cs-api-definition
ScrollBar VerticalScrollBar { get; }

Property Value

ScrollBar

The vertical scroll bar.

VerticalScrollOffset

Gets the vertical scroll offset.

Declaration

cs-api-definition
double VerticalScrollOffset { get; }

Property Value

double

The vertical scroll offset.

Methods

ScrollToHorizontalOffset(double)

Scrolls to horizontal offset.

Declaration

cs-api-definition
void ScrollToHorizontalOffset(double offset)

Parameters

offset

double

The offset.

ScrollToVerticalOffset(double)

Scrolls to vertical offset.

Declaration

cs-api-definition
void ScrollToVerticalOffset(double offset)

Parameters

offset

double

The offset.

Events

DocumentChanged

Occurs when the document is changed.

Declaration

cs-api-definition
event EventHandler<DocumentChangedEventArgs> DocumentChanged

Event Value

EventHandler<DocumentChangedEventArgs>

HyperlinkClicked

Occurs when a hyperlink is clicked.

Declaration

cs-api-definition
event EventHandler<HyperlinkClickedEventArgs> HyperlinkClicked

Event Value

EventHandler<HyperlinkClickedEventArgs>

ScaleFactorChanged

Occurs when the scale factor is changed.

Declaration

cs-api-definition
event EventHandler<ScaleFactorChangedEventArgs> ScaleFactorChanged

Event Value

EventHandler<ScaleFactorChangedEventArgs>