skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

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.Boolean

The can horizontally scroll.

CanVerticallyScroll

Gets the can vertically scroll.

Declaration
bool CanVerticallyScroll { get; }
Property Value
System.Boolean

The can vertically scroll.

Cursors

Gets the cursors.

Declaration
CursorsCollection Cursors { get; }
Property Value
CursorsCollection

The cursors.

Document

Gets the document.

Declaration
RadFixedDocument Document { get; set; }
Property Value
Telerik.Windows.Documents.Fixed.Model.RadFixedDocument

The document.

FixedDocumentPresenter

Gets or sets the fixed document presenter.

Declaration
IFixedDocumentPresenter FixedDocumentPresenter { get; set; }
Property Value
IFixedDocumentPresenter

The fixed document presenter.

HorizontalScrollBar

Gets the horizontal scroll bar.

Declaration
ScrollBar HorizontalScrollBar { get; }
Property Value
System.Windows.Controls.Primitives.ScrollBar

The horizontal scroll bar.

HorizontalScrollOffset

Gets the horizontal scroll offset.

Declaration
double HorizontalScrollOffset { get; }
Property Value
System.Double

The horizontal scroll offset.

Mode

Gets or sets the mode.

Declaration
FixedDocumentViewerMode Mode { get; set; }
Property Value
FixedDocumentViewerMode

The mode.

RotationAngle

Gets the rotation angle.

Declaration
RotationAngle RotationAngle { get; }
Property Value
RotationAngle

The rotation angle.

ScaleFactor

Gets or sets the scale factor.

Declaration
double ScaleFactor { get; set; }
Property Value
System.Double

The scale factor.

Settings

Gets the settings.

Declaration
FixedDocumentViewerSettings Settings { get; }
Property Value
FixedDocumentViewerSettings

The settings.

VerticalScrollBar

Gets the vertical scroll bar.

Declaration
ScrollBar VerticalScrollBar { get; }
Property Value
System.Windows.Controls.Primitives.ScrollBar

The vertical scroll bar.

VerticalScrollOffset

Gets the vertical scroll offset.

Declaration
double VerticalScrollOffset { get; }
Property Value
System.Double

The vertical scroll offset.

Methods

ScrollToHorizontalOffset(Double)

Scrolls to horizontal offset.

Declaration
void ScrollToHorizontalOffset(double offset)
Parameters
System.Double offset

The offset.

ScrollToVerticalOffset(Double)

Scrolls to vertical offset.

Declaration
void ScrollToVerticalOffset(double offset)
Parameters
System.Double offset

The offset.

Events

DocumentChanged

Occurs when the document is changed.

Declaration
event EventHandler<DocumentChangedEventArgs> DocumentChanged
Event Type
System.EventHandler<DocumentChangedEventArgs>

HyperlinkClicked

Occurs when a hyperlink is clicked.

Declaration
event EventHandler<HyperlinkClickedEventArgs> HyperlinkClicked
Event Type
System.EventHandler<HyperlinkClickedEventArgs>

ScaleFactorChanged

Occurs when the scale factor is changed.

Declaration
event EventHandler<ScaleFactorChangedEventArgs> ScaleFactorChanged
Event Type
System.EventHandler<ScaleFactorChangedEventArgs>

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.