TextDiffOptionsSetCompareUsingZOrder Method |
Sets the value for CompareUsingZOrder in 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 TextDiffOptions SetCompareUsingZOrder(
bool value
)
Public Function SetCompareUsingZOrder (
value As Boolean
) As TextDiffOptions
public:
virtual TextDiffOptions^ SetCompareUsingZOrder(
[InAttribute] bool value
) sealed
function SetCompareUsingZOrder(value);
Parameters
- value
- Type: SystemBoolean
Whether to use z-order (aka paint order) when comparing text between A and B. On by default.
Return Value
Type:
TextDiffOptions[Missing <returns> documentation for "M:pdftron.PDF.TextDiffOptions.SetCompareUsingZOrder(System.Boolean)"]
See Also