SetPageContentFromVariant
Page properties, Page layout, Page manipulation
Version history
This function was introduced in Quick PDF Library version 8.11.
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 sets the content of the entire page resulting in a single content stream part.
Syntax
Delphi
This function is not available in the Delphi edition
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetPageContentFromVariant(
NewValue As Variant) As Long
DLL
This function is not available in the DLL edition
Parameters
NewValue | The new contents of the page as a byte array variant |