CombineContentStreams

Content Streams and Optional Content Groups

Description

A page in a PDF document has one or more content stream parts that together contain all the PDF page description commands for the page.

This function combines all the content stream parts of the selected page into a single content stream.

Syntax

Delphi

function TPDFlib.CombineContentStreams: Integer;

ActiveX

Function PDFlib::CombineContentStreams As Long

DLL

int DLCombineContentStreams(int InstanceID);

Return values

0The content stream could not be combined
1The content stream was combined successfully