doFormObject method
dynamic
doFormObject(
- dynamic key,
- dynamic matrix
Draws the specified form object by referencing to the respective pdf XObject created with {@link API.beginFormObject} and {@link endFormObject}. The location is determined by matrix.
@param {String} key The key to the form object. @param {Matrix} matrix The matrix applied before drawing the form object. @function @returns {jsPDF} @memberof jsPDF# @name doFormObject
Implementation
external doFormObject(key, matrix);