GetFormFieldRotation
Description
Returns the angle in degrees that the form field is rotated by. This is always a multiple of 90 degrees.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldRotation(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldRotation(Index As Long) As Long
DLL
int QuickPDFGetFormFieldRotation(int InstanceID, int Index)
Parameters
| Index | The index of the form field to query |