API Reference

Class

PdfLayoutRegion

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

One captured rectangular flow region on an output page.

Inheritance

  • Object
  • PdfLayoutRegion

Usage

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

Properties

public Int32 PageNumber { get; } #

One-based physical output page number.

public Double X { get; } #

Left coordinate in PDF points.

public Double Y { get; } #

Bottom coordinate in PDF points.

public Double Width { get; } #

Region width in PDF points.

public Double Height { get; } #

Region height in PDF points.