geoview-core
Preparing search index...
exportFile
Function exportFile
exportFile
(
dataUrl
:
string
,
name
:
string
,
format
?:
"png"
|
"pdf"
|
"jpeg"
)
:
void
/**
Export the image data url to a file
Parameters
dataUrl
:
string
The data Url to be downloaded. *
name
:
string
The name of exported file *
format
:
"png"
|
"pdf"
|
"jpeg"
= 'png'
The format of the exported file
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
geoview-core
Loading...
/**