Click or drag to resize

XODOutputOptionsSetFlattenThreshold Method

Used to control how precise or relaxed text flattening is. When some text is preserved (not flattened to image) the visual appearance of the document may be altered.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetFlattenThreshold(
	FlattenThresholdFlag threshold
)

Parameters

threshold
Type: pdftron.PDFFlattenThresholdFlag
the threshold setting to use.
See Also