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

Class FixedDocumentSinglePageViewPresenter

Represents fixed document single page view presenter.

Inheritance
System.Object
FixedDocumentPresenterBase
FixedDocumentSinglePageViewPresenter
Inherited Members
FixedDocumentPresenterBase.PageUp()
FixedDocumentPresenterBase.PageDown()
FixedDocumentPresenterBase.GoToPage(Int32)
FixedDocumentPresenterBase.GoToDestination(Destination)
FixedDocumentPresenterBase.GetViewPointFromLocation(RadFixedPage, Point, Point)
FixedDocumentPresenterBase.ShowSelectionMarkers()
FixedDocumentPresenterBase.HideSelectionMarkers()
FixedDocumentPresenterBase.UpdatePresenterLayout()
FixedDocumentPresenterBase.Initialize(IFixedDocumentViewer)
FixedDocumentPresenterBase.Initialize(IFixedDocumentViewer, IFixedDocumentPresenter)
FixedDocumentPresenterBase.Release()
FixedDocumentPresenterBase.ReleaseOverride()
FixedDocumentPresenterBase.UpdateScrollBars(Size)
FixedDocumentPresenterBase.ReleasePagePresenter(Int32)
FixedDocumentPresenterBase.GetPagePresenter(FixedPageLayoutInfo)
FixedDocumentPresenterBase.OnCurrentPageChanged(RadFixedPage)
FixedDocumentPresenterBase.OnMouseWheel(MouseWheelEventArgs)
FixedDocumentPresenterBase.OnMouseLeftButtonDown(MouseButtonEventArgs)
FixedDocumentPresenterBase.OnMouseLeftButtonUp(MouseButtonEventArgs)
FixedDocumentPresenterBase.OnMouseMove(MouseEventArgs)
FixedDocumentPresenterBase.OnLostMouseCapture(MouseEventArgs)
FixedDocumentPresenterBase.GetFocusedPresenter()
FixedDocumentPresenterBase.IFixedDocumentPresenter.InvalidateMeasure()
FixedDocumentPresenterBase.IFixedDocumentPresenter.InvalidateArrange()
FixedDocumentPresenterBase.CurrentPage
FixedDocumentPresenterBase.PointerHandlersController
FixedDocumentPresenterBase.Owner
FixedDocumentPresenterBase.VisiblePagesCacheOffset
FixedDocumentPresenterBase.VisiblePresenters
FixedDocumentPresenterBase.ReleasedPresenters
FixedDocumentPresenterBase.LayoutRoot
FixedDocumentPresenterBase.ShouldShowSelectionMarkers
FixedDocumentPresenterBase.ViewportSize
FixedDocumentPresenterBase.VisiblePages
FixedDocumentPresenterBase.CurrentPageChanged
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax

public class FixedDocumentSinglePageViewPresenter : FixedDocumentPresenterBase, IFixedDocumentPresenter

Constructors

FixedDocumentSinglePageViewPresenter()

Initializes a new instance of the FixedDocumentSinglePageViewPresenter class.

Declaration
public FixedDocumentSinglePageViewPresenter()

Properties

CurrentPageNo

Gets the current page number.

Declaration
protected override int CurrentPageNo { get; }
Property Value
System.Int32

The current page number.

Overrides
FixedDocumentPresenterBase.CurrentPageNo

PagesLayoutManager

Gets the pages layout manager.

Declaration
protected override PagesLayoutManagerBase PagesLayoutManager { get; }
Property Value
PagesLayoutManagerBase

The pages layout manager.

Overrides
FixedDocumentPresenterBase.PagesLayoutManager

Methods

ArrangeOverride(Size)

Called to arrange and size the content of a System.Windows.Controls.Control object.

Declaration
protected override Size ArrangeOverride(Size arrangeBounds)
Parameters
System.Windows.Size arrangeBounds

The computed size that is used to arrange the content.

Returns
System.Windows.Size

The size of the control.

Overrides
FixedDocumentPresenterBase.ArrangeOverride(Size)

DoOnScaleFactorChangedOverride(Double, Double)

Does the on scale factor changed.

Declaration
protected override void DoOnScaleFactorChangedOverride(double oldScaleFactor, double newScaleFactor)
Parameters
System.Double oldScaleFactor

The old scale factor.

System.Double newScaleFactor

The new scale factor.

Overrides
FixedDocumentPresenterBase.DoOnScaleFactorChangedOverride(Double, Double)

GetLocationFromViewPoint(Point, out RadFixedPage, out Point)

Gets the location from view point.

Declaration
public override bool GetLocationFromViewPoint(Point positionInView, out RadFixedPage page, out Point location)
Parameters
System.Windows.Point positionInView

The position in view.

Telerik.Windows.Documents.Fixed.Model.RadFixedPage page

The page.

System.Windows.Point location

The location.

Returns
System.Boolean

Overrides
FixedDocumentPresenterBase.GetLocationFromViewPoint(Point, out RadFixedPage, out Point)

MeasureOverride(Size)

When overridden in a derived class, measures the size in layout required for child elements and determines a size for the System.Windows.FrameworkElement-derived class.

Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
System.Windows.Size constraint

Returns
System.Windows.Size

The size that this element determines it needs during layout, based on its calculations of child element sizes.

OnInitialized(EventArgs)

Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.

Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs e

The System.Windows.RoutedEventArgs that contains the event data.

ReleaseDocumentResourcesOverride()

Releases the document resources.

Declaration
protected override void ReleaseDocumentResourcesOverride()
Overrides
FixedDocumentPresenterBase.ReleaseDocumentResourcesOverride()

UpdateScrollOffsetFromPosition(TextPosition)

Updates the scroll offset from position.

Declaration
protected override void UpdateScrollOffsetFromPosition(TextPosition position)
Parameters
Telerik.Windows.Documents.Fixed.Text.TextPosition position

The position.

Overrides
FixedDocumentPresenterBase.UpdateScrollOffsetFromPosition(TextPosition)

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.