Class CArray
Represents an array of objects in a PDF content stream.
public class CArray : CSequence, ICloneable, IList<CObject>, ICollection<CObject>, IEnumerable<CObject>, IEnumerable
- Inheritance
-
CArray
- Implements
- Inherited Members
Constructors
CArray()
public CArray()
Methods
Clone()
Creates a new object that is a copy of the current instance.
public CArray Clone()
Returns
ToString()
Returns a string that represents the current value.
public override string ToString()