The value of formIndex for the form (PODSSubmission object).
PODSSubmission
attribute PODSInt32 formIndex;
sub.formIndexsub.formIndex = indexPODSInt32 PODSgetFormIndex(PODSSubmission* sub);
void PODSsetFormIndex( PODSSubmission* sub, PODSInt32 index );
sub The PODSSubmission object.
index [in] The value of formIndex to set for the PODSSubmission object.
Getter: The value of formIndex for the PODSSubmission object.
Setter: None
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).
| Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |