DocumentObjectCollection ClassTerminal Works - PDF Printing.Net Library
Base class of all collections.
Inheritance Hierarchy

SystemObject
  PdfEdit.ChartingDocumentObject
    PdfEdit.ChartingDocumentObjectCollection
      PdfEdit.ChartingSeriesCollection
      PdfEdit.ChartingSeriesElements
      PdfEdit.ChartingXSeriesElements
      PdfEdit.ChartingXValues

Namespace: PdfEdit.Charting
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public abstract class DocumentObjectCollection : DocumentObject, 
	IList, ICollection, IEnumerable

The DocumentObjectCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds the specified document object to the collection.
Public methodClear
Removes all elements from the collection.
Public methodClone
Creates a deep copy of this object.
Public methodCopyTo
Copies the Array_List or a portion of it to a one-dimensional array.
Protected methodDeepCopy
Implements the deep copy of the object.
(Overrides DocumentObjectDeepCopy.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified object and returns the zero-based index of the first occurrence.
Public methodInsertObject
Inserts an element into the collection at the specified position.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveObjectAt
Removes the element at the specified index.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCount
Gets the number of elements actually contained in the collection.
Public propertyFirst
Gets the first value in the collection, if there is any, otherwise null.
Public propertyItem
Gets the element at the specified index.
Public propertyLastObject
Gets the last element or null, if no such element exists.
Public propertyParent
Gets the parent object.
(Inherited from DocumentObject.)
Top
See Also

Reference