Skip to main content

What it does

Deletes a page from a document.

Definition

bool DeletePage( int sessionId, int batchId, int documentId, int pageId );

Parameters

NameTypeDescription
sessionIdintThe ID of the connection to the Application Server
batchIdintThe ID of the batch that contains the document
documentIdintThe ID of the document from which a page is to be deleted
pageIdintThe ID of the page to be deleted

Returned value

TypeDescription
boolA flag which shows whether the operation was successful or not