Interface IFixedPage
Abstraction representing a fixed page with defined boundaries and display properties. Provides access to the page's physical dimensions, visible area, and orientation.
Namespace: Telerik.Windows.Documents.Fixed.Model.Common
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public interface IFixedPage
Properties
CropBox
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.
Declaration
Rect CropBox { get; }
Property Value
System.Windows.Rect
A rectangle specifying the crop box dimensions in page coordinate units. |
MediaBox
Gets the rectangle defining the boundaries of the physical medium on which the page is intended to be displayed or printed.
Declaration
Rect MediaBox { get; }
Property Value
System.Windows.Rect
A rectangle specifying the media box dimensions in page coordinate units. |
Rotation
Gets the rotation angle applied to the page content. This determines how the page should be oriented when displayed or printed.
Declaration
Rotation Rotation { get; }
Property Value
Rotation
The rotation value indicating the page orientation. |