API Reference

Class

PdfPageBox

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Rectangular page boundary box read from a PDF page dictionary.

Inheritance

  • Object
  • PdfPageBox

Usage

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

Properties

public String Name { get; } #

PDF boundary box name, for example MediaBox or TrimBox.

public Double Left { get; } #

Left coordinate in PDF default user-space units.

public Double Bottom { get; } #

Bottom coordinate in PDF default user-space units.

public Double Right { get; } #

Right coordinate in PDF default user-space units.

public Double Top { get; } #

Top coordinate in PDF default user-space units.

public Double Width { get; } #

Box width in PDF default user-space units.

public Double Height { get; } #

Box height in PDF default user-space units.