PDFCompInsertSegments method (ILEADPDFCompressor)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short PDFCompInsertSegments (LPDISPATCH pRaster, OLE_COLOR rgbBackgroundColor, VARIANT_BOOL bIsThereBackground);

Overview

Refer to Creating a Compressed PDF File

Remarks

(Advanced PDF Plug in only) Inserts user-defined segments into the PDF file.

The properties UserSegmentInfoCount and UserSegmentInfo should be set before calling this method.

To insert a Raster Object with MRC segmentation, use the PDFCompInsertMRC method.

See Also

Elements:

PDFCompInsertMRC method, PDFCompInsertNormal method, UserSegmentInfoCount Property, UserSegmentInfo Property

Topics:

PDF Compressor Functions: Creating a File