DAHidePage
Direct access functionality, Page manipulation
Description
Hides the specified page from a document originally opened with DAOpenFile. The content of the page is still in the document, but the page will not be visible.
Syntax
Delphi
function TQuickPDF0813.DAHidePage(FileHandle, PageRef: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::DAHidePage(FileHandle As Long,
PageRef As Long) As Long
DLL
int QuickPDFDAHidePage(int InstanceID, int FileHandle, int PageRef)
Parameters
| FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |
| PageRef | A page reference returned by the DAFindPage or DANewPage functions |
Return values
| 0 | The specified FileHandle or PageRef were not valid |
| 1 | The page was hidden successfully |