ContentStreamCount
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 returns the total number of content stream parts for the selected page.
Syntax
Delphi
function TPDFlib.ContentStreamCount: Integer;ActiveX
Function PDFlib::ContentStreamCount As LongDLL
int DLContentStreamCount(int InstanceID);Return values
| The number of content stream parts on the selected page |