Interface IFixedPage
Abstraction representing a fixed page.
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
|
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
|