Class DocumentExportOptions
Represents options for exporting documents into their original format.
Syntax
public class DocumentExportOptions
Fields
CopySourceToEmptyTarget
Copy source to target in case of empty target segments. The change is done only for the export, it does not affect the document itself.
Declaration
public bool CopySourceToEmptyTarget
Type
BooleanCopySourceToUnconfirmedRows
Copy source to target in case of unconfirmed rows. The change is done only for the export, it does not affect the document itself.
Declaration
public bool CopySourceToUnconfirmedRows
Type
BooleanExportAllMultilingualSiblings
Multilingual document formats (imported using the Multilingual filters) are "unified" into a single result file. All siblings of the specified document (all document that originated from the same multilingual input file) are exported and unified, and a single result export is provided. If false, only the specified document is exported and multilingual siblings are ignored; the result file will contain the translation of this document and the original content of other languages. Applicable only to multilingual formats; has no effect otherwise. Default is true.
Declaration
public bool ExportAllMultilingualSiblings
Type
BooleanRevertFaultyTargetsToSource
Copy source to target if the row has tag errors. When false, tag errors are fixed by adding the missing tags to the target. The change is done only for the export, it does not affect the document itself.
Declaration
public bool RevertFaultyTargetsToSource