A3DPDFDocumentRemovePages

A3DStatus A3DPDFDocumentRemovePages(const A3DPDFDocument *pDoc, const A3DInt32 iFirstPage, const A3DInt32 iLastPage)
A3DStatus A3DPDFDocumentRemovePages(const A3DPDFDocument* pDoc, const A3DInt32 iFirstPage, const A3DInt32 iLastPage)

Function to remove pages in the document.

Parameters

pDoc: The Document object to work with.

iFirstPage: The index of the first page to remove. The first page is 0.

iLastPage: The index of the last page to remove.

Returns

A3D_SUCCESS in case of success or an error code