The following tables list the members exposed by PdfCompressorEngine.
Public Constructors
Name | Description | |
---|---|---|
PdfCompressorEngine | Initializes the PdfCompressorEngine SDK. |
Public Methods
Name | Description | |
---|---|---|
Insert | Segments the specified image using Mixed Raster Content (MRC segmentation) and then compresses it and inserts it into the PDF file. | |
InsertSegments | Applies the input Segments, compresses it, and inserts the image in the PDF file. This is provided for advanced usage. | |
SetCompression | Sets the compression type to be used on each image segment inserted into the PDF file. | |
Write | Writes the created file from memory to the file system using the path provided. |
Protected Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by this object. | |
Finalize | Disposes of the PdfCompressorEngine SDK. |
Public Events
Name | Description | |
---|---|---|
SegmentImage | Optional delegate method for additional processing. |