DAGetPageMode
Document properties, Direct access functionality
Version history
This function was introduced in Quick PDF Library version 11.15.
Description
Returns the page mode of the specified document.
Syntax
Delphi
function TDebenuPDFLibrary1811.DAGetPageMode(FileHandle: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::DAGetPageMode(FileHandle As Long) As Long
DLL
int DPLDAGetPageMode(int InstanceID, int FileHandle)
Parameters
FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |
Return values
0 | Normal view |
1 | Show the outlines pane |
2 | Show the thumbnails pane |
3 | Show the document in full screen mode |
4 | Optional content group panel visible |
5 | Attachments panel visible |