DeltaXML DITA Compare .NET API Documentation
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Sets the mode to use for preserving original data.
Namespace: DeltaXML.DitaCompareApiAssembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Syntax
Property Value
Type: PreservationModeRemarks
Sets the mode to use for preserving original data.
This mode can be used to preserve information for round trip processing.
The 'automatic' setting will have an effective setting of 'roundTrip' when the output format is a tracked change format and 'docAndAttrib' otherwise.
See also com.deltaxml.dita.PreservationMode
Default:
automaticSee Also