Skip to main content
Version: API v2 Preview

ObjectRef

Kind: class
Module/package: models
SDK: pdfdancer-client-typescript 2.0.0

Lightweight reference to a PDF object providing identity and type information.

Declaration

class ObjectRef

Members

constructor

constructor(internalId: string, position: Position, type: ObjectType): ObjectRef

toDict

toDict(): Record<string, any>

internalId

internalId: string

position

position: Position

type

type: ObjectType

View source at 7bd49ac104cc