ClassPdfPageSource
Class
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:
cs-api-definition
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.
MediaBox
The rectangle defining the boundaries of the physical medium on which the page is intended to be displayed or printed.
Rotation
The page rotation applied during display or printing.
Declaration
cs-api-definition
public Rotation Rotation { get; }
Property Value
The rotation.
Implements