CompareOptionsCalculateCoordinates Property |
Indicates whether to calculate coordinates for changed components.
Namespace: GroupDocs.Comparison.OptionsAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 20.12.0.0 (20.12)
Syntaxpublic bool CalculateCoordinates { get; set; }
Public Property CalculateCoordinates As Boolean
Get
Set
public:
property bool CalculateCoordinates {
bool get ();
void set (bool value);
}
member CalculateCoordinates : bool with get, set
Property Value
Type:
Boolean
See Also