A PDF document and page is built of many objects. E.g. there are objects for fonts, images, rendering code and such. These objects might get processed inside of a worker. The PDFObjects
implements some basic functions to manage these objects.
Methods
public get(objId: any, callback?: any): any
Parameters
-
objId: any
-
callback?: any optional
Returns
any
public getData(objId: any): any
Parameters
Returns
any
public hasData(objId: any): boolean
Parameters
Returns
boolean
public isResolved(objId: any): boolean
Parameters
Returns
boolean
public resolve(objId: any, data: any): any
Parameters
Returns
any