GetFormFieldRotation
Form fields
Description
Returns the angle in degrees that the form field is rotated by. This is always a multiple of 90 degrees.
Syntax
Delphi
Function TPDFlib.GetFormFieldRotation(Index: Integer): Integer;
ActiveX
Function PDFlib::GetFormFieldRotation(Index As Long) As Long
DLL
int DLGetFormFieldRotation(int InstanceID, int Index);
Parameters
| Index | The index of the form field to query |
|---|