导出布局至BMP文件。

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

语法

C#
public bool OutputLayoutToBMP(
	string fileName,
	int dpi
)

参数

fileName
Type: System..::.String
导出的BMP文件的全路径。
dpi
Type: System..::.Int32
给定的输出分辨率,采用屏幕分辨率。

返回值

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

请参见