ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDocumentPageArray Class
Properties Methods


In This Topic
    ImGearDocumentPageArray Class Members
    In This Topic

    The following tables list the members exposed by ImGearDocumentPageArray.

    Public Properties
     NameDescription
    Public Property Gets the number of pages contained in the document.  
    Public Property Gets a value indicating whether the Array has a fixed size.  
    Public Property Gets a value indicating whether the Array is read-only.  
    Public Property Gets a value indicating whether access to the Array is synchronized (thread-safe).  
    Public Property Gets or sets the page at the specified index.  
    Public Property Gets an object that can be used to synchronize access to the Array.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new ImGearPage to the end of the array of pages.  
    Public Method Removes all pages from the document.  
    Public Method Performs a deep copy of the page array (i.e., clones the pages as well.).  
    Public Method Tells whether the array contains a particular page.  
    Public Method Copies all the pages from the current page array to the page array starting at the specified index.  
    Public Method Returns an enumerator that can iterate through the page array.  
    Public Method Returns the index of a page in the array.  
    Public Method Inserts a page into the array at index position.  
    Public Method Removes a page from the array.  
    Public Method This method removes page with specified index from the array.  
    Top
    See Also