API Reference

Class

ReaderVisualMaterializedExport

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Result for a single visual sidecar materialization attempt.

Inheritance

  • Object
  • ReaderVisualMaterializedExport

Usage

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

Constructors

public ReaderVisualMaterializedExport() #

Properties

public ReaderVisualExportBundle Export { get; set; } #

Export bundle that owns the payload.

public ReaderVisualExportFormat Format { get; set; } #

Payload format.

public String FileName { get; set; } #

Deterministic filename used for this materialization attempt.

public String Path { get; set; } #

Full output path when payloads are written to a directory.

public Boolean Written { get; set; } #

True when the payload was written or streamed.

public String SkippedReason { get; set; } #

Explanation when the payload was skipped.