|
Add(Page)
|
Adds a page to the collection.
|
|
Add(DXPaperKind)
|
Adds a page with the specified paper size to the collection.
|
|
Add(Single, Single)
|
Adds a page with the specified width and height to the document.
|
|
Clear()
|
Removes all pages from the collection.
|
|
Contains(Page)
|
Determines whether the collection contains a specific page.
|
|
CopyTo(Page[], Int32)
|
Copies the elements of the collection to an array, starting at a particular array index.
|
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
|
GetEnumerator()
|
Returns an enumerator that iterates through the collection.
|
|
GetHashCode()
|
Serves as the default hash function.
|
|
GetType()
|
Gets the Type of the current instance.
|
|
IndexOf(Page)
|
Returns the zero-based index of the first occurrence of a page in the collection.
|
|
Insert(Int32, Page)
|
Inserts a page into the collection at the specified index.
|
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
|
Remove(Page)
|
Removes the first occurrence of a specific object from the collection.
|
|
RemoveAt(Int32)
|
Removes the element at the specified index of the collection.
|
|
ToString()
|
Returns a string that represents the current object.
|