CompareOptionsDetectStyleChanges Property |
Indicates whether to detect style changes or not.
Namespace: GroupDocs.Comparison.OptionsAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 20.12.0.0 (20.12)
Syntaxpublic bool DetectStyleChanges { get; set; }
Public Property DetectStyleChanges As Boolean
Get
Set
public:
property bool DetectStyleChanges {
bool get ();
void set (bool value);
}
member DetectStyleChanges : bool with get, set
Property Value
Type:
Boolean
See Also