UserSegmentInfo property (ILEADPDFCompressor)
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:
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