API Reference

Class

PdfPageRenderResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Per-page managed render result.

Inheritance

  • Object
  • PdfPageRenderResult

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 source page number.

public PdfPageRenderFormat Format { get; } #

Requested output format.

public Byte[] Bytes { get; } #

Rendered bytes, or null when the page failed.

public Int32 Width { get; } #

Output width in pixels or SVG user units.

public Int32 Height { get; } #

Output height in pixels or SVG user units.

public TimeSpan Elapsed { get; } #

Elapsed render time.

public IReadOnlyList<String> Diagnostics { get; } #

Stable per-page diagnostics.

public IReadOnlyList<PdfRenderCapabilityDiagnostic> CapabilityDiagnostics { get; } #

Typed skipped or simplified operator/resource diagnostics backed by the generated capability manifest.

public Boolean Succeeded { get; } #

True when output bytes were produced.