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 LongDLL
int DLCombineContentStreams(int InstanceID);Return values
| 0 | The content stream could not be combined |
|---|---|
| 1 | The content stream was combined successfully |