SetPageContent
Page properties, Page layout, Page manipulation
Description
This function allows the content of the selected PDF page to be set. This is for advanced use only! If incorrect information is put into the page's content stream then the PDF file may not load correctly with Acrobat or any other PDF viewer. This function only sets the content of the selected layer. To set the content for the entire page, call the CombineLayers function first.
Syntax
Delphi
function TQuickPDF0726.SetPageContent(const NewContent: string): Integer;
ActiveX
Function QuickPDF0726.PDFLibrary::SetPageContent(NewContent As String) As Long
DLL
int QuickPDFSetPageContent(int InstanceID, char * NewContent)
Parameters
| NewContent | The new contents of the page |