API Reference

Class

PdfPageRegion

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

A rectangular page region in PDF user space, measured from the page bottom-left.

Inheritance

  • Object
  • PdfPageRegion

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public PdfPageRegion(Int32 pageNumber, Double x, Double y, Double width, Double height) #

Creates a page region.

Parameters

pageNumber System.Int32 requiredposition: 0
x System.Double requiredposition: 1
y System.Double requiredposition: 2
width System.Double requiredposition: 3
height System.Double requiredposition: 4

Properties

public Int32 PageNumber { get; } #

One-based page number.

public Double X { get; } #

Left coordinate in PDF points.

public Double Y { get; } #

Bottom coordinate in PDF points.

public Double Width { get; } #

Width in PDF points.

public Double Height { get; } #

Height in PDF points.

public Double Right { get; } #

Right coordinate in PDF points.

public Double Top { get; } #

Top coordinate in PDF points.