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 WordStreamSaveFormat StreamFormat { get; set; } #

Selects the physical document format for WordSaveOptions). File-path saves continue to use the destination extension.

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.

public static WordSaveOptions None { get; } #

Returns an options instance with all optional behaviors disabled.