UserSegmentInfo property (ILEADPDFCompressor)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

ILTSegmentInfo * UserSegmentInfo(long nIndex)

Overview

Refer to Creating a Compressed PDF File

Remarks

(Advanced PDF Plug in only) Gets or sets an array of pointers to ILTSegmentInfo objects. Each ILTSegmentInfo object contains user segment information to be inserted to a PDF file. The UserSegmentInfoCount must be set before setting this property.

UserSegmentInfo property contains a pointer to an ILTSegmentInfo object, which updates or sets the segment information through the following properties:

SegmentLeft

SegmentTop

SegmentRight

SegmentBottom

SegmentType

SegmentColors

SegmentColorsCount

Once all the user segment information has been set, the user-defined segment can be inserted to the PDF file by calling the PDFCompInsertSegments method.

See Also

Elements:

PDFCompInsertSegments method, UserSegmentInfoCount Property, SegmentTop property, SegmentLeft property, SegmentBottom Property, SegmentRight property, SegmentColors property, SegmentType property

Topics:

PDF Compressor Functions: Creating a File