DAPageRotation
Direct access functionality, Page properties
Description
Returns the rotation of the specified page.
Syntax
Delphi
function TQuickPDF0813.DAPageRotation(FileHandle, PageRef: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::DAPageRotation(FileHandle As Long,
PageRef As Long) As Long
DLL
int QuickPDFDAPageRotation(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 |