PDFCompInsertNormal method (ILEADPDFCompressor)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short PDFCompInsertNormal (ILEADRaster * pRaster);

Overview

Refer to Creating a Compressed PDF File

Remarks

(Advanced PDF Plug in only) Compresses the specified image, without segmenting it, and inserts the image in the PDF file in memory.

To segment an image using MRC segmentation, compress it, and insert the image with MRC segmentation use PdfCompInsertMRC method.

This method will fire the PDFCompEvent event if the bEnablePDFCompEvent parameter of the PDFCompInit method is set to TRUE. This event allows the user to add or cancel adding a specific segment to PDF File.

See Also

Elements:

PDFCompInsertMRC method

Topics:

PDF Compressor Functions: Creating a File