ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_doc_delete_pages
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_DOC > IG_PDF_doc_delete_pages

Glossary Item Box

Deletes the specified pages.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_doc_delete_pages(
        HIG_PDF_DOC hDoc,
        LONG nStartPage,
        LONG nPageCount
);

Arguments:

hDoc The document from which pages are deleted.
nStartPage The page number of the first page to delete. The first page is 0.
nPageCount The number of pages to delete.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.