API Reference

Class

LegacyDocImportSummary

Namespace OfficeIMO.Word.LegacyDoc
Assembly OfficeIMO.Word
Modifiers sealed

Provides the compact, user-facing outcome of a legacy DOC import.

Inheritance

  • Object
  • LegacyDocImportSummary

Usage

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

Returned or exposed by

Properties

public Int32 ParagraphCount { get; } #

Gets the decoded paragraph count.

public Int32 DiagnosticCount { get; } #

Gets the diagnostic count.

public Int32 UnsupportedFeatureCount { get; } #

Gets the unsupported feature count.

public Int32 PreservedFeatureCount { get; } #

Gets the preserved-only feature count.

public Int32 CompoundFeatureCount { get; } #

Gets the compound feature count.

public Boolean HasImportErrors { get; } #

Gets whether import errors occurred.

public Boolean HasConversionLoss { get; } #

Gets whether DOCX conversion would omit known content.