API Reference

Class

ReaderVisualExportMaterializationOptions

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Options controlling how visual export bundles are materialized.

Inheritance

  • Object
  • ReaderVisualExportMaterializationOptions

Usage

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

Constructors

public ReaderVisualExportMaterializationOptions() #

Properties

public Boolean CreateDirectory { get; set; } #

Creates the destination directory when it does not exist. Defaults to true.

public Boolean Overwrite { get; set; } #

Overwrites existing files with the same deterministic filename. Defaults to true.

public Boolean IncludePayload { get; set; } #

Writes raw source visual payloads. Defaults to true.

public Boolean IncludeJson { get; set; } #

Writes JSON visual sidecars. Defaults to true.

public Func<ReaderVisualExportBundle, Boolean> Predicate { get; set; } #

Optional export predicate used to materialize only selected visual bundles.