DAPageRotation

Direct access functionality, Page properties

Description

Returns the rotation of the specified page.

Syntax

Delphi

function TPDFlib.DAPageRotation(FileHandle, PageRef: Integer): Integer;

ActiveX

Function PDFlib::DAPageRotation(FileHandle As Long, PageRef As Long) As Long

DLL

int DLDAPageRotation(int InstanceID, int FileHandle, int PageRef);

Parameters

FileHandleA handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions
PageRefA page reference returned by the DAFindPage or DANewPage functions