ImageGear .NET v25.2 - 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 PropertyGets the number of pages contained in the document.  
    Public PropertyGets a value indicating whether the Array has a fixed size.  
    Public PropertyGets a value indicating whether the Array is read-only.  
    Public PropertyGets a value indicating whether access to the Array is synchronized (thread-safe).  
    Public PropertyGets or sets the page at the specified index.  
    Public PropertyGets 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 MethodRemoves all pages from the document.  
    Public MethodPerforms a deep copy of the page array (i.e., clones the pages as well.).  
    Public MethodTells whether the array contains a particular page.  
    Public MethodCopies all the pages from the current page array to the page array starting at the specified index.  
    Public MethodReturns an enumerator that can iterate through the page array.  
    Public MethodReturns the index of a page in the array.  
    Public MethodInserts a page into the array at index position.  
    Public MethodRemoves a page from the array.  
    Public MethodThis method removes page with specified index from the array.  
    Top
    See Also