What it does
Replaces a page image.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 in which to replace a page image |
| pageId | int | The ID of the page whose image is to be replaced |
| file | File | The file of the image |
You can also use a POST request to add page image. Call this method and then execute a POST request with the following parameters:
- Action = Save
- objectType = 0
- objectId = documentId
- version = 0
- streamName = “Page pageId”, where pageId the ID of the page whose image is to be replaced
