Click or drag to resize

OptimizerMonoImageSettingsForceRecompression Method

Sets whether recompression to the specified compression method should be forced when the image is not downsampled. By default the compression method for these images

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

Parameters

force
Type: SystemBoolean
if true the compression method for all images will be changed to the specified compression mode
See Also