New to Telerik Document ProcessingStart a free 30-day trial

Specifies the action to perform when a document violates DOCX format rules during export with DocxFormatProvider.

Definition

Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Docx

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public enum InvalidDocumentAction

Fields

Exports the document without validation or repair, which may produce a non-compliant DOCX file.

C#
None = 0

Automatically repairs non-compliant structures during export, which may alter the document to ensure DOCX format compliance.

C#
Repair = 1

Throws an InvalidDocumentException if the document violates DOCX format rules, preventing export.

C#
ThrowException = 2
In this article
DefinitionFieldsNoneRepairThrowException
Not finding the help you need?
Contact Support