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 LongDLL
int DLGetFormFieldRotation(int InstanceID, int Index);Parameters
| Index | The index of the form field to query |
|---|