XML Compare .NET API Documentation - DEPRECATED
            Whether or not to bypass the automatically added lexical preservation output chain during the comparison.
            
Namespace: DeltaXML.CoreS9ApiAssembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
public bool BypassLexicalPreservationOutputChain { get; set; }public bool BypassLexicalPreservationOutputChain { get; set; }Public Property BypassLexicalPreservationOutputChain As Boolean 
	Get 
	Set
Public Property BypassLexicalPreservationOutputChain As Boolean 
	Get 
	Set
public:
property bool BypassLexicalPreservationOutputChain {
	bool get ();
	void set (bool value);
}public:
property bool BypassLexicalPreservationOutputChain {
	bool get ();
	void set (bool value);
}member BypassLexicalPreservationOutputChain : bool with get, set
member BypassLexicalPreservationOutputChain : bool with get, set
Property Value
Type: 
Boolean
            Whether or not to bypass the automatically added lexical preservation output chain during the comparison.
            
            Typically, this will be set to true and if a LexicalPreservationConfig object is
            set on this PipelinedComparatorS9, the output chain will be added automatically. However, if you wish to add these filters to a
            different location, you can create them using
            newLexicalPreservationOutputFilterChain(LexicalPreservationConfig) and
            manually add them to the output FilterChain. If you do this, you should turn off the automatic
            addition by passing a value of false to this method.