Applies the input Segments, compresses it, and inserts the image in the PDF file. This is provided for advanced usage.
image
Image to be inserted in the PDF file.
segmentInfo
Contains information about all of the segments. PdfCompressorSegmentsInfo
isThereBackGround
Determines whether to use the average backgroundColor for all segments with background type or to use each color of each background segment.
backgroundColor
Average background color, to be used for all backgrounds segments if isThereBackGround is true.
For more information, refer to Creating a Compressed PDF File.
Refer to PdfCompressorEngine example.