The asArray method returns an Array Proxy (or an Object that is wrapped in a proxy that exposes methods similar to an array, which modifies the underlying PdfArray Object). This is NOT an array, but provides a data structure as close to an array as possible to help user's view/modify the data. If a method or property is not supported a console message will be provided.
object dictionary key
Generated using TypeDoc
This class represents a PDF indirect Object in memory It is possible to manipulate the stream which can be appended to the object(if the object is of underlying type dictionary) A PdfObject is uniquely identified by an object number and generation number The object can easily be written to a file using the write function
New instance object not yet supported. Objects can only be instantiated from an existing object