API Reference

Class

WordLoadOptions

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base DocumentLoadOptions
Modifiers sealed

Controls access, persistence, and package behavior when loading a Word document.

Inheritance

  • DocumentLoadOptions
  • WordLoadOptions

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

Properties

public Int64 MaxInputBytes { get; set; } #

Maximum number of source bytes accepted before Word package parsing begins.

public Boolean OverrideStyles { get; set; } #

Replaces existing styles with OfficeIMO defaults when the document is editable.

public OfficeOpenXmlLoadSettings OpenSettings { get; set; } #

Provides optional low-level Open XML package settings.

Fields

public const Int64 DefaultMaxInputBytes #

Default maximum complete source size (512 MiB).

Value: 536870912