Enum InvalidDocumentAction
Specifies the action to perform when a document violates DOCX format rules during export with DocxFormatProvider.
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Docx
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum InvalidDocumentAction
None
Exports the document without validation or repair, which may produce a non-compliant DOCX file.
Repair
Automatically repairs non-compliant structures during export, which may alter the document to ensure DOCX format compliance.
ThrowException
Throws an InvalidDocumentException if the document violates DOCX format rules, preventing export.