API Reference

Class

ReaderVisualExportBundle

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Deterministic export payloads for a discovered reader visual.

Inheritance

  • Object
  • ReaderVisualExportBundle

Usage

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

Constructors

public ReaderVisualExportBundle() #

Properties

public String Id { get; set; } #

Stable visual export identifier.

public String FileNamePrefix { get; set; } #

Filesystem-safe stem suitable for visual payload and JSON sidecar files.

public String PayloadExtension { get; set; } #

File extension for the source visual payload.

public ReaderVisual Visual { get; set; } #

Source visual model.

public String Payload { get; set; } #

Raw source visual payload.

public String Json { get; set; } #

Deterministic JSON representation.