ArrayAtom Class From ABCpdf .net previous page next page ArrayAtom Class An Atom containing an array of other Atoms. System.Object WebSupergoo.ABCpdf10.Atoms.Atom WebSupergoo.ABCpdf10.Atoms.ArrayAtom Implements: IList<Atom>, ICollection<Atom>, IEnumerable<Atom>, IList, ICollection, IEnumerable Method Description S» FromXRect Create an ArrayAtom from a XRect representation. S» FromXTransform Create an ArrayAtom from a XTransform representation. S» FromContentStream Create an array of Atoms from a byte array containing a sequence of PDF objects. ArrayAtom ArrayAtom Constructor. CopyTo Copies the Atoms into an array. Add Add an item to the end of the array. Clear Removes all Atoms from the array. Contains Determines whether the array contains a specific Atom. IndexOf Determines the index of a specific Atom. Insert Inserts an Atom into the array at the specified position. Remove Removes an Atom from the array. RemoveAt Removes an Atom at a specified position from the array. AddRange Adds the elements in the supplied array at the end of this array. Equals Test whether the two ArrayAtoms are the same. GetEnumerator Gets an enumerator for the Collection. GetRange Creates a shallow copy of a range of elements in the source array. InsertRange Inserts the elements in the supplied array into this array at the specified index. RemoveRange Removes a range of elements from the source array. inherited methods... Property Description Count The number of Atoms in the array. Item Get or set the Atom at the specified index. inherited properties... previous page start next page