将布局窗口中可见范围的内容输出为 JPG 文件。

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

语法

C#
public bool OutputLayoutToJPG(
	string fileName,
	int dpi,
	int compress
)

参数

fileName
Type: System..::.String
导出的JPG文件的全路径。
dpi
Type: System..::.Int32
输出图片的DPI。
compress
Type: System..::.Int32
输出的JPG图片的压缩率,范围为[10-100]。值越小,表示压缩率越高,同时,图像质量也相对降低;100表示不压缩。

返回值

一个布尔值,导出成功返回 ture,否则返回 false。

备注

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

版本信息

SuperMap iObjects .NET


请参见