Click or drag to resize

TextDiffOptionsGetCompareUsingZOrder Method

Gets the value CompareUsingZOrder from the options object Whether to use z-order (aka paint order) when comparing text between A and B. On by default.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool GetCompareUsingZOrder()

Return Value

Type: Boolean
a bool, Whether to use z-order (aka paint order) when comparing text between A and B. On by default..
See Also