ImageEn, unit iexClasses

TIETIFFHandler.DeletePage

TIETIFFHandler.DeletePage


Declaration

procedure DeletePage(pageIndex: integer);


Description

Deletes the specified page.


Example

// Removes the first page of the TIFF file
handler.DeletePage( 0 );