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 TDebenuPDFLibrary1811.SetContentStreamFromString(
const Source: AnsiString): Integer;
ActiveX
This function is not available in the ActiveX edition
DLL
int DPLSetContentStreamFromString(int InstanceID, char * Source)
Parameters
Source | The new PDF page description commands for the content stream part |