new epiviz.ui.PrintManager(ctrId, fName, fType)
ui/print-manager.js, line 14
Name | Type | Description |
---|---|---|
ctrId |
string |
DOM ID to print/save. Can be the whole page or a epiviz.chart id. |
fName |
string |
File Name to use |
fType |
string |
File Format (pdf, png) |
Members
-
_containerIdstring
DOM ID to print
. -
DOM ID to print
-
_fNamestring
File Name for the screenshot/chart
. -
File Name for the screenshot/chart
-
_fTypestring
File Format to save (pdf, png)
. -
File Format to save (pdf, png)
Methods
-
print()
ui/print-manager.js, line 39Prints the chart or the specified DOM ID to a pdf or png.
-
Prints the chart or the specified DOM ID to a pdf or png.