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 RadFixedPage

Represents a single page in a fixed document that contains content elements, annotations, and page-specific properties such as size and rotation.

Inheritance
System.Object
FixedDocumentElementBase
RadFixedPage
Inherited Members
FixedDocumentElementBase.Parent
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model
Assembly: Telerik.Windows.Documents.Fixed.dll

Syntax

public class RadFixedPage : FixedDocumentElementBase, IContentRootElement, IContainerElement, IFixedDocumentElement, IContextClonable<RadFixedPage>, IInstanceIdOwner, IFixedPage

Constructors

RadFixedPage()

Initializes a new instance of the RadFixedPage class.

Declaration
public RadFixedPage()

Properties

Actions

Gets the collection of actions that are triggered by page-level events such as opening or closing the page.

Declaration
public PageActionCollection Actions { get; }
Property Value
PageActionCollection

Annotations

Gets the collection of annotations (comments, links, form fields, etc.) associated with this page.

Declaration
public AnnotationCollection Annotations { get; }
Property Value
AnnotationCollection

The collection of annotations that provide interactive or informational content on the page.

Implements
IContentRootElement.Annotations

Content

Gets the collection of content elements that define the visual content of this page.

Declaration
public ContentElementCollection Content { get; }
Property Value
ContentElementCollection

The content elements collection.

Implements
IContainerElement.Content

CropBox

Gets or sets the rectangle that defines the visible region of the page. When the page is displayed or printed, its contents are clipped (cropped) to this rectangle.

Declaration
public Rect CropBox { get; set; }
Property Value
System.Windows.Rect

The crop box rectangle.

Implements
IFixedPage.CropBox

DefaultStructureRoot

Gets the default structure root element of the structure. This is the root element that is used when auto-tagging is enabled.

Declaration
public StructureElement DefaultStructureRoot { get; }
Property Value
StructureElement

The default structure root.

Implements
IContentRootElement.DefaultStructureRoot

MediaBox

Gets or sets the rectangle that defines the boundaries of the physical medium on which the page is intended to be displayed or printed.

Declaration
public Rect MediaBox { get; set; }
Property Value
System.Windows.Rect

The media box rectangle.

Implements
IFixedPage.MediaBox

PageNo

Gets the current page number. This property only works with RadPdfViewer.

Declaration
[Obsolete("Use RadFixedDocument.Pages.IndexOf(RadFixedPage) method instead.")]
public int PageNo { get; set; }
Property Value
System.Int32

The page no.

Rotation

Gets or sets the rotation angle applied to the page content.

Declaration
public Rotation Rotation { get; set; }
Property Value
Rotation

The rotation angle in 90-degree increments (0°, 90°, 180°, or 270°).

Implements
IFixedPage.Rotation

Size

Gets or sets the size of the page for display or printing purposes.

For more precise control, use MediaBox and CropBox properties.

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

The page size.

Implements
IContentRootElement.Size

StructureStack

Gets the stack of structure elements used to manage hierarchical processing when auto-tagging is enabled.

Declaration
public Stack<StructureElement> StructureStack { get; }
Property Value
System.Collections.Generic.Stack<StructureElement>

The structure stack.

Implements
IContentRootElement.StructureStack

SupportsAnnotations

Gets a value indicating whether this element supports annotations.

Declaration
public bool SupportsAnnotations { get; }
Property Value
System.Boolean

Always returns true since pages support annotations.

Implements
IContentRootElement.SupportsAnnotations

SupportsAutoTagging

Gets a value indicating whether the element supports automatic tagging functionality.

Declaration
public bool SupportsAutoTagging { get; }
Property Value
System.Boolean

True if the element supports auto tagging.

Implements
IContentRootElement.SupportsAutoTagging

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • 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.