GetPageContentToString
Page properties, Page manipulation
Description
This function returns the PDF page description commands which make up the content of the selected page. This is for advanced use only, and will probably be meaningless unless you have an understanding of the Adobe PDF specification.
This function returns the content of the entire page and the GetContentStreamToString function can be used to retrieve the PDF page description commands of the content stream part selected with the SelectContentStream function.
Syntax
Delphi
function TPDFlib.GetPageContentToString: AnsiString;ActiveX
Function PDFlib::GetPageContentToString As StringDLL
char * DLGetPageContentToString(int InstanceID);