Click or drag to resize

OptimizerMonoImageSettingsForceChanges Method

Sets whether image changes that grow the PDF file should be kept. This is off by default.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void ForceChanges(
	bool force
)

Parameters

force
Type: SystemBoolean
if true all image changes will be kept.
See Also