OptimizerImageSettingsForceChanges 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
)
Public Sub ForceChanges (
force As Boolean
)
public:
virtual void ForceChanges(
[InAttribute] bool force
) sealed
function ForceChanges(force);
Parameters
- force
- Type: SystemBoolean
if true all image changes will be kept.
See Also