Click or drag to resize

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
)

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