ReduceSizeOperation Class

ABCpdf .net

 
   

Operation to reduce the size of a document.

System.Object
   WebSupergoo.ABCpdf10.Operations.Operation
      WebSupergoo.ABCpdf10.Operations.ReduceSizeOperation

 

   
   
Method Description
Throws Exceptions ReduceSizeOperation ReduceSizeOperation Constructor.
Throws Exceptions Compact Compact and compress the document.

 

   
   
Property Description
CompressImages Whether to resize and recompress images where possible.
CompressStreams Whether to compress uncompressed streams where possible.
ColorImageCompression The target compression type for the re-encoding of color images.
ColorImageDpi The target resolution for the resampling of color images.
ColorImageQuality The target compression quality for the re-encoding of color images.
GrayImageCompression The target compression type for the re-encoding of grayscale images.
GrayImageDpi The target resolution for the resampling of grayscale images.
GrayImageQuality The target compression quality for the re-encoding of grayscale images.
MonochromeImageCompression The target compression type for the re-encoding of monochrome images.
MonochromeImageDpi The target resolution for the resampling of monochrome images.
MonochromeImageQuality The target compression quality for the re-encoding of monochrome images.
PageContents The pages to be operated upon.
PalettizationTolerance The amount of divergence from the target palette which will be allowed.
RefactorImages Whether to refactor and remove duplicate images where possible.
UnembedComplexFonts Whether to unembed complex Unicode based fonts where possible.
UnembedCorruptFonts Whether to unembed embedded fonts that appear to be corrupt or non-standard.
UnembedSimpleFonts Whether to unembed simple Latin based fonts where possible.
UnembedUnusualFonts Whether to unembed embedded fonts that do not have an obvious substitute on the local machine.