API Reference

Class

OfficeDocumentAssetDataUriOptions

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Options controlling opt-in data URI generation for materializable assets.

Inheritance

  • Object
  • OfficeDocumentAssetDataUriOptions

Usage

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

Accepted by parameters

Constructors

public OfficeDocumentAssetDataUriOptions() #

Properties

public Nullable<Int64> MaxInlineBytes { get; set; } #

Maximum payload size to inline. Defaults to 64 KiB. Set to null for no size cap.

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

Optional asset predicate used to inline only selected assets.