CompareOptions
IgnoreFormatting Property
|
Gets or sets a value indicating whether to ignore format comparisons when comparing documents.
The default is false.
Namespace:
Spire.Doc.Documents.Comparison
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool IgnoreFormatting { get; set; }
Public Property IgnoreFormatting As Boolean
Get
Set
public:
property bool IgnoreFormatting {
bool get ();
void set (bool value);
}
member IgnoreFormatting : bool with get, set
Property Value
Type:
Boolean
See Also