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