API Reference

Class

PdfLogicalVisualBounds

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Immutable bounds in top-left visual page coordinates.

Inheritance

  • Object
  • PdfLogicalVisualBounds

Usage

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

Returned or exposed by

Properties

public Double Left { get; } #

Left edge in visual PDF points.

public Double Top { get; } #

Top edge in visual PDF points.

public Double Right { get; } #

Right edge in visual PDF points.

public Double Bottom { get; } #

Bottom edge in visual PDF points.

public Double Width { get; } #

Visual width in PDF points.

public Double Height { get; } #

Visual height in PDF points.