ClassPdfPageSource
Exposes page metadata and resources from a source PDF for streaming scenarios without fully loading the page content.
Definition
Namespace:Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Streaming
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class PdfPageSource : IFixedPage
Inheritance: objectPdfPageSource
Implements:
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
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
Rect
Implements
Rotation
The page rotation applied during display or printing.
Declaration
public Rotation Rotation { get; }
Property Value
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
Size