API Reference
Class
LegacyDocWriteAssessment
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.
Returned or exposed by
Methods
public LegacyDocWriteAssessment EnsureSupported() #Returns:
LegacyDocWriteAssessmentThrows when the document is outside the native DOC writer's supported subset.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.