formIndex

The value of formIndex for the form (PODSSubmission object).

Interface

PODSSubmission

IDL definition
attribute PODSInt32 formIndex;
JavaScript synopsis
sub.formIndex
sub.formIndex =  index
C synopsis
PODSInt32 PODSgetFormIndex(PODSSubmission* sub);
void PODSsetFormIndex(
  PODSSubmission* sub,
  PODSInt32 index
);
Parameters
  • sub   The PODSSubmission object.

  • index   [in] The value of formIndex to set for the PODSSubmission object.

Returns

Getter: The value of formIndex for the PODSSubmission object.

Setter: None

Remarks

The formIndex is the index of the form (PODSSubmission object) on the source document page. A page may contain several forms and this is the index of the form in the list of forms on the page (with numbering starting at 0).