Click or drag to resize

IPdfImageCompressor Interface

An interface for compressing pdf images

Namespace:  Atalasoft.PdfDoc.Generating.ResourceHandling.Images
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface IPdfImageCompressor

The IPdfImageCompressor type exposes the following members.

Methods
  NameDescription
Public methodCanCompress
Determines whether this instance can compress the specified o.
Public methodCompress
Compresses the specified o.
Public methodGetImageInformation
Gets the image information.
Top
See Also