将布局窗口中可见范围的内容输出为PNG文件。当无界面出图时,出图范围需要根据设置ImageSize属性值来确定。

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

语法

C#
public bool OutputLayoutToPNG(
	string fileName,
	bool isBackTransparent
)

参数

fileName
Type: System..::.String
导出的PNG文件的全路径。
isBackTransparent
Type: System..::.Boolean
指定背景色是否透明。

返回值

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

请参见