PageCollection Class |
Namespace: Aspose.Pdf
The PageCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets count of pages in the document.
|
![]() | IsReadOnly |
Gets value indicating of collection is readonly. Always returns false.
|
![]() | IsSynchronized |
Returns true of object is synchorinzed.
|
![]() | Item |
Gets page by index.
|
![]() | SyncRoot |
Gets synchronization object of the collection.
|
Name | Description | |
---|---|---|
![]() | Accept(AnnotationSelector) |
Accepts AnnotationSelector visitor object that provides functionality to work with annotations.
|
![]() | Accept(ImagePlacementAbsorber) |
Accepts ImagePlacementAbsorber visitor object that provides functionality to work with image placement objects.
|
![]() | Accept(TextAbsorber) |
Accepts TextAbsorber visitor object that provides functionality to work with text objects.
|
![]() | Accept(TextFragmentAbsorber) |
Accepts TextFragmentAbsorber visitor object that provides functionality to work with text objects.
|
![]() | Add |
Adds empty page
|
![]() | Add(Page) |
Adds page to collection.
|
![]() | Add(Page) |
Adds to collection all pages from array.
|
![]() | Add(ICollectionPage) | |
![]() | Clear |
Clear page collection.
|
![]() | Contains |
Determines whether this instance contains the object.
|
![]() | CopyTo |
Copyies pages into document.
|
![]() | Delete |
Deletes all pages from collection.
|
![]() | Delete(Int32) |
Delete specified page.
|
![]() | Delete(Int32) |
Delete pages specified which numbers are specified in array.
|
![]() | Equals | (Inherited from Object.) |
![]() | Flatten |
Removes all fields located on the pages and place their values instead.
|
![]() | FreeMemory |
Clears cached data
|
![]() | GetEnumerator |
Returns enumerator of pages.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf |
Returns index of the specified page.
|
![]() | Insert(Int32) |
Insert empty apge into collection at the specified position.
|
![]() | Insert(Int32, Page) |
Inserts page into page collection at specified place.
|
![]() | Insert(Int32, Page) |
Inserts pages of the array into document.
|
![]() | Insert(Int32, ICollectionPage) | |
![]() | Remove |
Removes the specified item.
|
![]() | ToString | (Inherited from Object.) |