Insert the object at the specified index.

interface InsertAtType {
    doc: DocType;
    index: number;
    otherObj: PDFObjectType;
}

Properties

Properties

doc: DocType

The document object.

index: number

The index to be inserted.

otherObj: PDFObjectType

The object to be inserted.