API Reference

Class

OfficeDocumentPage

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Page-like container in a shared read result.

Inheritance

  • Object
  • OfficeDocumentPage

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

Constructors

Properties

public Nullable<Int32> Number { get; set; } #

One-based page, slide, sheet, or diagram-page number when applicable.

public String Name { get; set; } #

Producer-specific page name or label when available.

public Nullable<Double> Width { get; set; } #

Page width in points when available.

public Nullable<Double> Height { get; set; } #

Page height in points when available.

public Nullable<Int32> RotationDegrees { get; set; } #

Rotation in degrees when available.

public ReaderLocation Location { get; set; } #

Location metadata for the page-like container.

public IReadOnlyList<OfficeDocumentBlock> Blocks { get; set; } #

Logical blocks on this page-like container.

public IReadOnlyList<ReaderTable> Tables { get; set; } #

Structured tables associated with this page-like container.

public IReadOnlyList<OfficeDocumentAsset> Assets { get; set; } #

Assets associated with this page-like container.

public IReadOnlyList<OfficeDocumentFormField> Forms { get; set; } #

Form fields or widgets associated with this page-like container.

public IReadOnlyList<OfficeDocumentOcrCandidate> OcrCandidates { get; set; } #

OCR candidate regions associated with this page-like container.