CombineContentStreams
Content Streams and Optional Content Groups
Version history
This function was renamed in Quick PDF Library version 8.11.
The function name in earlier versions was CombineLayers.
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 TQuickPDF0815.CombineContentStreams: Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::CombineContentStreams As Long
DLL
int QuickPDFCombineContentStreams(int InstanceID)
Return values
| 0 | The content stream could not be combined |
| 1 | The content stream was combined successfully |