|
Class AtomicArrayElement.
This class represents an array of atomic elements.
By atomic, we mean elements that can be directly represented
using a .NET equivalent such as a string or int.
On the PDF side the elements that are acceptable may be types
such as StringAtom or NameAtom.
The set of acceptable types may be indicated using the
AtomicTypes property.
Since it is an array, the core Atom this class is created from
should be an ArrayAtom.
System.Object
WebSupergoo.ABCpdf13.Elements.Element
WebSupergoo.ABCpdf13.Elements.AtomicArrayElement<T>
Implements: IList<T>, IList
Type T : Can be string, int, double, double? or
bool.
|