|
BinaryDocument.Difference object
Prototype for BinaryDocument.Difference objects. SyntaxYou cannot create these objects. You can just access them as returned by the BinaryDocument.differences call. Parametersnone. Property Ofnone. Implemented InECMerge 2.4 DescriptionBinaryDocument.Difference objects describes a difference between two sides at the byte level. Properties
MethodsExamplesExample 1.Logs for each difference whether it is ignored or not, out of the list between left and right side of a binary document:
See Also
Method bytesSyntaxfunction bytes ( role )
Parametersrole. String. "source" or "target". Method OfBinaryDocument.Difference object. Implemented InECMerge 2.4 DescriptionReturns the range of bytes encompassed by the difference for the given role. See Also
|
|||||