将布局纸面范围的内容全部输出到文件。此方法支持设置出图的图片类型和DPI出图方式。对于大幅面、大数据地图的输出,可以通过此接口将地图输出成高分辨率的某种格式的图片,然后再对输出的图片进行打印。
命名空间:
SuperMap.Layout程序集: SuperMap.Layout (in SuperMap.Layout)
版本: dll
语法
C# |
---|
public bool PrintToFile( string fileName, PrintFileType type, int dpi ) |
参数
- fileName
- Type: System..::.String
- type
- Type: SuperMap.Layout..::.PrintFileType
设置出图的图片类型。
- dpi
- Type: System..::.Int32
出图时设置的每英寸点数。