将布局纸面范围的内容全部输出到文件。此方法支持设置出图的图片类型和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
出图时设置的每英寸点数。

返回值

导出成功返回 true,否则返回 false。

版本信息

SuperMap iObjects .NET


请参见