LPDFCompressor
Description
The LPDFCompressor class is derived from LBase, and provides support for the PDF Compressor. PDF documents can be created in memory and then saved to a file, with or without using segmentation. Through MRC segmentation, this compressor can be used to break down a page/image into smaller segments, saving each segment using compression appropriate for that segment. This whole process works to provide a PDF file with better compression and better quality than just a standard Raster PDF file.
Required Libraries
The following library should be loaded using LBase::LoadLibraries before using the class.
LTSGM |
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also