[]
Represents an array interface implemented by PdfArray and PdfArrayObject, allows working with objects of both types in the same way.
public interface IPdfArray
Gets the System.Collections.Generic.IList<T> interface.
IList<IPdfObject> Array { get; }
Gets the value indicating whether this IPdfArray was changed.
bool Changed { get; set; }