SetContentStreamFromString
Page properties, Content Streams and Optional Content Groups, Page manipulation
Description
Sets the PDF page description commands in the content stream part that was selected with the
SelectContentStream function.
Syntax
Delphi
function TPDFlib.SetContentStreamFromString(Const Source: AnsiString): Integer;ActiveX
Function PDFlib::SetContentStreamFromString(Source As String) As LongDLL
int DLSetContentStreamFromString(int InstanceID, char * Source);Parameters
| Source | The new PDF page description commands for the content stream part |
|---|