OptimizerImageSettingsForceRecompression 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
will not be changed.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void ForceRecompression(
bool force
)
Public Sub ForceRecompression (
force As Boolean
)
public:
virtual void ForceRecompression(
[InAttribute] bool force
) sealed
function ForceRecompression(force);
Parameters
- force
- Type: SystemBoolean
if true the compression method for all
images will be changed to the specified compression mode
See Also