Click or drag to resize

OptimizerMonoImageSettings.ForceChanges 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: System.Boolean
if true all image changes will be kept.
See Also