new SuperMap.WebPrintingJobExportOptions(option)
common/iServer/WebPrintingJobExportOptions.js, line 7
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
option |
Object |
初始化参数。
|
- Version:
- 10.1.0
Members
-
centerArray.<(SuperMap.Geometry.Point|L.Point|L.LatLng|ol.geom.Point)>
-
Web 打印输出的地图中心点。
-
dpinumber
-
Web 打印输出的分辨率,单位为每英寸点数。
- Default Value: 96
Web 打印输出的格式。
rotationnumber
Web 打印输出的地图角度。
scalenumber
Web 打印输出的地图比例尺。
Methods
-
destroy()
common/iServer/WebPrintingJobExportOptions.js, line 51 -
释放资源,将引用资源的属性置空。
-
toJSON(){string}
common/iServer/WebPrintingJobExportOptions.js, line 64 -
将 SuperMap.WebPrintingJobExportOptions 对象转化为 JSON 字符串。
Returns:
Type Description string 返回转换后的 JSON 字符串。