API Reference

Class

LegacyDocWriteAssessment

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Reports whether the current document can be encoded by OfficeIMO's bounded native DOC writer.

Inheritance

  • Object
  • LegacyDocWriteAssessment

Usage

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

Methods

public LegacyDocWriteAssessment EnsureSupported() #
Returns: LegacyDocWriteAssessment

Throws when the document is outside the native DOC writer's supported subset.

Properties

public Boolean IsSupported { get; } #

Gets whether the current document is inside the native DOC writer's supported subset.

public Nullable<Int64> EncodedByteCount { get; } #

Gets the encoded size when assessment completed successfully.

public String DiagnosticCode { get; } #

Gets the stable assessment code.

public String Message { get; } #

Gets the human-readable assessment detail.