[]
Represents a PDF Array indirect object.
public class PdfArrayObject : PdfIndirectObject<PdfArray>, IPdfArray
Initializes a new instance of the PdfArrayObject class.
public PdfArrayObject(PdfArray value)
Gets the underlying PdfArray object.
public PdfArray Array { get; }
Gets a value indicating whether this PdfArrayObject was changed.
public bool Changed { get; set; }