将布局纸面范围的内容全部输出到文件。此方法支持设置出图的图片类型和DPI出图方式。对于大幅面、大数据地图的输出,可以通过此接口将地图输出成高分辨率的某种格式的图片,然后再对输出的图片进行打印。

命名空间:  SuperMap.Layout
程序集:  SuperMap.Layout (in SuperMap.Layout)
版本: dll

语法

C#
public bool PrintToFile(
	string fileName,
	PrintFileType type,
	int dpi,
	bool isMultiPageWithPrinterPaper
)

参数

fileName
Type: System..::.String
type
Type: SuperMap.Layout..::.PrintFileType
设置出图的图片类型。
dpi
Type: System..::.Int32
出图时设置的每英寸点数。
isMultiPageWithPrinterPaper
Type: System..::.Boolean
是否按照打印纸张大小分页出图,true表示分页出图,false表示全幅出图。

返回值

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

请参见