API Reference

Class

WordSaveOptions

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Optional behaviors applied during Word document save operations.

Inheritance

  • Object
  • WordSaveOptions

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 WordSaveOptions() #

Properties

public OfficeConversionLossPolicy LossPolicy { get; set; } #

Controls saves of documents projected from legacy DOC files when known legacy-only content cannot be represented by the selected output format. The default blocks the save.

public WordSignedDocumentSavePolicy SignedDocumentPolicy { get; set; } #

Gets or sets how save operations handle documents carrying digital-signature metadata.

public static WordSaveOptions Default { get; } #

Returns an options instance with default save behavior.