MRCSegmentInfo property (ILEADPDFCompressor)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

ILTSegmentInfo * MRCSegmentInfo

Overview

Refer to Creating a Compressed PDF File

Remarks

(Advanced PDF Plug in only) Gets the MRC segment information to be inserted in the PDF file. This property is updated every time the PDFCompEvent event is fired.

The MRCSegmentInfo property is a pointer to an ILTSegmentInfo object, which accesses the following properties:

SegmentBottom property

SegmentColors property

SegmentColorsCount property

SegmentLeft property

SegmentRight property

SegmentTop property

SegmentType property

The EnableAddSegment property must be set within the PDFCompEvent event to approve or cancel the addition of the segment referenced by this property.

See Also

Elements:

PDFCompEvent Event, SegmentTop property, SegmentLeft property, SegmentBottom Property, SegmentRight property, SegmentColors property, SegmentType property

Topics:

PDF Compressor Functions: Creating a File