What it does
Deletes a page from a document.Definition
Parameters
| Name | Type | Description |
|---|---|---|
| sessionId | int | The ID of the connection to the Application Server |
| batchId | int | The ID of the batch that contains the document |
| documentId | int | The ID of the document from which a page is to be deleted |
| pageId | int | The ID of the page to be deleted |
Returned value
| Type | Description |
|---|---|
| bool | A flag which shows whether the operation was successful or not |
