SetContentStreamFromString
Page properties, Content Streams and Optional Content Groups, Page manipulation
Version history
This function was introduced in Quick PDF Library version 8.11.
Description
Sets the PDF page description commands in the content stream part that was selected with the SelectContentStream function.
Syntax
Delphi
function TQuickPDF0815.SetContentStreamFromString(const Source: string): Integer;
ActiveX
This function is not available in the ActiveX edition
DLL
int QuickPDFSetContentStreamFromString(int InstanceID, char * Source)
Parameters
| Source | The new PDF page description commands for the content stream part |