Removes a page number from a header or footer of a Text control document.

<void> PageNumberFieldCollection.remove(<PageNumberField> field, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
field Specifies the field to remove.
callback Optional. Receives true, if the field could be removed. Otherwise, it is false.
errorCallback Optional. Is called when the operation failed with an error.