DeleteContentStream

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 removes the specified content stream part that was selected with the

SelectContentStream function.

Syntax

Delphi

function TPDFlib.DeleteContentStream: Integer;

ActiveX

Function PDFlib::DeleteContentStream As Long

DLL

int DLDeleteContentStream(int InstanceID);

Return values

0The content stream part could not be deleted
1The content stream part was deleted successfully