Class PdfPageSource
Exposes page metadata and resources from a source PDF for streaming scenarios without fully loading the page content.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Streaming
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class PdfPageSource : IFixedPage
Properties
CropBox
The rectangle defining the visible region of the page; content outside this area is clipped when displayed or printed.
Declaration
public Rect CropBox { get; }
Property Value
|
System.Windows.Rect
|
Implements
MediaBox
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
The page rotation applied during display or printing.
Declaration
public Rotation Rotation { get; }
Property Value
|
Rotation
The rotation. |
Implements
Size
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
|