API Reference

Class

PdfPageRectangle

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Immutable rectangle in PDF default user-space coordinates measured from the page bottom-left.

Inheritance

  • Object
  • PdfPageRectangle

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 PdfPageRectangle(Double left, Double bottom, Double right, Double top) #

Creates a normalized PDF page rectangle.

Parameters

left System.Double requiredposition: 0
bottom System.Double requiredposition: 1
right System.Double requiredposition: 2
top System.Double requiredposition: 3

Properties

public Double Left { get; } #

Left edge in PDF default user-space units.

public Double Bottom { get; } #

Bottom edge in PDF default user-space units.

public Double Right { get; } #

Right edge in PDF default user-space units.

public Double Top { get; } #

Top edge in PDF default user-space units.

public Double Width { get; } #

Rectangle width in PDF default user-space units.

public Double Height { get; } #

Rectangle height in PDF default user-space units.