Class PdfPageSource
Represents PDF file page source.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Streaming
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class PdfPageSource : 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
public Rect CropBox { get; }
Property Value
System.Windows.Rect
|
Implements
MediaBox
Gets the rectangle defining the boundaries of the physical medium on which the page is intended to be displayed or printed.
Declaration
public Rect MediaBox { get; }
Property Value
System.Windows.Rect
|
Implements
Rotation
Gets the rotation.
Declaration
public Rotation Rotation { get; }
Property Value
Rotation
The rotation. |
Implements
Size
Gets the size of the physical medium on which the page is intended to be displayed or printed.
Declaration
public Size Size { get; }
Property Value
System.Windows.Size
|