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()
Public Function GetCompareUsingZOrder As Boolean
public:
virtual bool GetCompareUsingZOrder() sealed
function GetCompareUsingZOrder();
Return Value
Type:
Booleana bool, Whether to use z-order (aka paint order) when comparing text between A and B. On by default..
See Also