new WebPrintingJobParameters(options)
Usage
import { WebPrintingJobParameters } from '@supermapgis/iclient-leaflet';
new WebPrintingJobParameters(options);<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
new L.supermap.WebPrintingJobParameters({paramsNames});
// 弃用的写法
new SuperMap.WebPrintingJobParameters(options);
</script>
common/iServer/WebPrintingJobParameters.js, line 9
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
参数。
|
- Version:
- 10.1.0
API Relations
As method parameter:
WebPrintingJobService.createWebPrintingJob.
Members
-
contentWebPrintingJobContent
-
Web 打印的内容类。
-
exportOptions
-
Web 打印的输出类,包含 DPI、页面大小等。
-
layoutOptions
-
Web 打印的布局类,包含各种布局元素的设置。
Methods
-
destroy()
common/iServer/WebPrintingJobParameters.js, line 49 -
释放资源,将引用资源的属性置空。