New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class PdfPageSource : IFixedPage

Inheritance: objectPdfPageSource

Implements: IFixedPage

Properties

The rectangle defining the visible region of the page; content outside this area is clipped when displayed or printed.

C#
public Rect CropBox { get; }

Implements: IFixedPage.CropBox

The rectangle defining the boundaries of the physical medium on which the page is intended to be displayed or printed.

C#
public Rect MediaBox { get; }

Implements: IFixedPage.MediaBox

The page rotation applied during display or printing.

C#
public Rotation Rotation { get; }
Property Value:

The rotation.

Implements: IFixedPage.Rotation

Size

Size

The size of the physical medium on which the page is intended to be displayed or printed.

C#
public Size Size { get; }
In this article
DefinitionPropertiesCropBoxMediaBoxRotationSize
Not finding the help you need?
Contact Support