API Reference

Class

OfficeDocumentRegion

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Rectangular source region in document coordinate units.

Inheritance

  • Object
  • OfficeDocumentRegion

Usage

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

Constructors

public OfficeDocumentRegion() #

Properties

public Double X { get; set; } #

Left X coordinate.

public Double Y { get; set; } #

Bottom or top Y coordinate, depending on the source coordinate system.

public Double Width { get; set; } #

Region width.

public Double Height { get; set; } #

Region height.