ImageGearJava Project > com.accusoft.imagegear.core Package : ImGearDocumentPageArray Class |
On adding pages, checks that the new page is not attached to any other document. The remove(Object) method detaches a page from the document. If it is referenced from anywhere else, it remains a valid stand-alone page.
Well-formed page array may contain any number of null entries. An exception is made for the formats where pages are physically continuous (i.e., PDF). Note that setting a page to null is different from removing a page from the document - the former does not change page count, whereas the latter does.
public class ImGearDocumentPageArray extends Object implements java.util.List |
java.lang.Object
com.accusoft.imagegear.core.ImGearDocumentPageArray