Click or drag to resize

XODOutputOptionsSetFlattenContent Method

Flatten images and paths into a single background image overlaid with vector text. This option can be used to improve speed on devices with little processing power such as iPads. Default is e_high_quality.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetFlattenContent(
	FlattenFlag flatten
)

Parameters

flatten
Type: pdftron.PDFFlattenFlag
select which flattening mode to use.
See Also