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 PagesLayoutManagerBase

Represents pages layout manager base.

Inheritance
System.Object
PagesLayoutManagerBase
Namespace: Telerik.Windows.Documents.Fixed.Layout
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax

public abstract class PagesLayoutManagerBase : Object

Constructors

PagesLayoutManagerBase(IFixedDocumentPresenter)

Initializes a new instance of the PagesLayoutManagerBase class.

Declaration
public PagesLayoutManagerBase(IFixedDocumentPresenter presenter)
Parameters
IFixedDocumentPresenter presenter

The presenter.

Properties

ContentSize

Gets or sets the size of the content.

Declaration
public Size ContentSize { get; protected set; }
Property Value
System.Windows.Size

The size of the content.

Document

Gets the document.

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

The document.

PageMargins

Gets the page margins.

Declaration
protected Size PageMargins { get; }
Property Value
System.Windows.Size

The page margins.

Presenter

Gets the presenter.

Declaration
protected IFixedDocumentPresenter Presenter { get; }
Property Value
IFixedDocumentPresenter

The presenter.

RotationAngleToDouble

Gets the rotation angle numeric value.

Declaration
protected Dictionary<RotationAngle, double> RotationAngleToDouble { get; }
Property Value
System.Collections.Generic.Dictionary<RotationAngle, System.Double>

The numeric value of the rotation angle.

ScaleFactor

Gets the scale factor.

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

The scale factor.

Methods

CreateTransformations(Size, RotationAngle)

Creates the transformations.

Declaration
protected TransformGroup CreateTransformations(Size pageSize, RotationAngle rotationAngle)
Parameters
System.Windows.Size pageSize

Size of the page.

RotationAngle rotationAngle

The rotation angle.

Returns
System.Windows.Media.TransformGroup

GetNearestPageLayoutInfo(Point)

Gets the nearest page layout info.

Declaration
protected FixedPageLayoutInfo GetNearestPageLayoutInfo(Point point)
Parameters
System.Windows.Point point

The point.

Returns
FixedPageLayoutInfo

GetPageLayoutInfoFromPage(RadFixedPage)

Gets the page layout info from page.

Declaration
protected FixedPageLayoutInfo GetPageLayoutInfoFromPage(RadFixedPage page)
Parameters
Telerik.Windows.Documents.Fixed.Model.RadFixedPage page

The page.

Returns
FixedPageLayoutInfo

GetPagesLayoutInfos()

Gets the pages layout infos.

Declaration
protected abstract List<FixedPageLayoutInfo> GetPagesLayoutInfos()
Returns
System.Collections.Generic.List<FixedPageLayoutInfo>

GetPageVerticalOffset(Int32)

Gets the page vertical offset.

Declaration
public double GetPageVerticalOffset(int pageNo)
Parameters
System.Int32 pageNo

The page no.

Returns
System.Double

GetRotationAngleNumeric(RotationAngle)

Gets the rotation angle numeric.

Declaration
protected double GetRotationAngleNumeric(RotationAngle angle)
Parameters
RotationAngle angle

The angle.

Returns
System.Double

GetScaledPageSize(RadFixedPage)

Gets the size of the scaled page.

Declaration
protected Size GetScaledPageSize(RadFixedPage page)
Parameters
Telerik.Windows.Documents.Fixed.Model.RadFixedPage page

The page.

Returns
System.Windows.Size

GetViewPointFromLocation(RadFixedPage, Point, out Point)

Gets the view point from location.

Declaration
public bool GetViewPointFromLocation(RadFixedPage page, Point location, out Point point)
Parameters
Telerik.Windows.Documents.Fixed.Model.RadFixedPage page

The page.

System.Windows.Point location

The location.

System.Windows.Point point

The point.

Returns
System.Boolean

Release()

Releases this instance.

Declaration
public abstract void Release()

RotateSize(Size, RotationAngle)

Rotates the size.

Declaration
protected Size RotateSize(Size pageSize, RotationAngle rotationAngle)
Parameters
System.Windows.Size pageSize

Size of the page.

RotationAngle rotationAngle

The rotation angle.

Returns
System.Windows.Size

UpdateLayout(Size)

Updates the layout.

Declaration
public abstract void UpdateLayout(Size viewportSize)
Parameters
System.Windows.Size viewportSize

Size of the viewport.

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.