Class jsPDFClass
Defined in: jspdf.js.
Constructor Attributes | Constructor Name and Description |
---|---|
jsPDFClass(orientation, unit, format)
Creates new jsPDF document object instance
|
Class Detail
jsPDFClass(orientation, unit, format)
Creates new jsPDF document object instance
- Parameters:
- orientation
- One of "portrait" or "landscape" (or shortcuts "p" (Default), "l")
- unit
- Measurement unit to be used when coordinates are specified. One of "pt" (points), "mm" (Default), "cm", "in"
- format
- One of 'a3', 'a4' (Default),'a5' ,'letter' ,'legal'
- Returns:
- {jsPDF}