Click or drag to resize

OptimizerMonoImageSettings Class

A class that stores image downsampling/recompression settings for monochrome images.
updates the settings for monochrome image processing
Inheritance Hierarchy
SystemObject
  pdftron.PDFOptimizerMonoImageSettings

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class OptimizerMonoImageSettings

The OptimizerMonoImageSettings type exposes the following members.

Constructors
  NameDescription
Public methodOptimizerMonoImageSettings
create an MonoImageSettings object with default options
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodForceChanges
Sets whether image changes that grow the PDF file should be kept. This is off by default.
Public methodForceRecompression
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
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetCompressionMode
Sets the output compression mode for monochrome images The default value is e_ccitt (CCITT group 4 compression)
Public methodSetDownsampleMode
Sets the downsample mode for monochrome images The default value is e_default
Public methodSetImageDPI
Sets the maximum and resampling dpi for monochrome images. By default these are set to 144 and 96 respectively.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also