New to Telerik Document ProcessingStart a free 30-day trial

IFixedPage

Interface

Abstraction representing a fixed page with defined boundaries and display properties. Provides access to the page's physical dimensions, visible area, and orientation.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Common

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public interface IFixedPage

Derived Classes: PdfPageSourceRadFixedPage

Properties

Gets the rectangle defining the boundaries of the visible region of the page. When the page is displayed or printed, its contents are to be clipped (cropped) to this rectangle.

C#
Rect CropBox { get; }
Property Value:

A rectangle specifying the crop box dimensions in page coordinate units.

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

C#
Rect MediaBox { get; }
Property Value:

A rectangle specifying the media box dimensions in page coordinate units.

Gets the rotation angle applied to the page content. This determines how the page should be oriented when displayed or printed.

C#
Rotation Rotation { get; }
Property Value:

The rotation value indicating the page orientation.

In this article
DefinitionPropertiesCropBoxMediaBoxRotation
Not finding the help you need?
Contact Support