Gets the field at the current input position or null, if there is no such field at the current input position.

<void> PageNumberFieldCollection.getItem(<RequestPageNumberFieldCallback> callback, [<ErrorCallback> errorCallback], [<number> id])

Parameters

Parameter Description
callback Receives the found PageNumberField.
errorCallback Optional. Is called when the operation failed with an error.
id Optional. Specifies the page number field's identifier set with the ID property. The method returns null if a page number field with the specified identifier does not exist.