Class
PdfPageSource

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: IFixedPage

Properties

CropBox

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

Declaration

cs-api-definition
public Rect CropBox { get; }

Property Value

Rect

Implements IFixedPage.CropBox

MediaBox

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

Declaration

cs-api-definition
public Rect MediaBox { get; }

Property Value

Rect

Implements IFixedPage.MediaBox

Rotation

The page rotation applied during display or printing.

Declaration

cs-api-definition
public Rotation Rotation { get; }

Property Value

Rotation

The rotation.

Implements IFixedPage.Rotation

Size

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

Declaration

cs-api-definition
public Size Size { get; }

Property Value

Size

In this article
DefinitionPropertiesCropBoxMediaBoxRotationSize
Not finding the help you need?
Contact Support