GetFormFieldAlignment
Description
Retrieves the text alignment of the specified form field.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldAlignment(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldAlignment(Index As Long) As Long
DLL
int QuickPDFGetFormFieldAlignment(int InstanceID, int Index)
Parameters
| Index | The index of the form field to work with. The first form field has an index of 1. |
Return values
| 0 | Left alignment (this value is also returned if the form field could not be found) |
| 1 | Centered |
| 2 | Right aligned |