ImageGear for Java
ImGearDocumentPageArray Class
Members  
Represents a collection of pages within ImGearDocument object.

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.

Syntax
public class ImGearDocumentPageArray 
    extends Object
    implements java.util.List  
Inheritance Hierarchy

java.lang.Object
   com.accusoft.imagegear.core.ImGearDocumentPageArray

See Also

Reference

ImGearDocumentPageArray Members
com.accusoft.imagegear.core Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback