Click or drag to resize
AkWordReportSaveAs Method
另存为指定类型文档。

Namespace: Appkit.Components
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string SaveAs(
	string sourcePath,
	string destPath,
	Object format
)

Parameters

sourcePath
Type: SystemString
源文档的路径。
destPath
Type: SystemString
目标文档的路径。
format
Type: SystemObject
文档的类型。

Return Value

Type: String
生成的目标文档的物理路径。
See Also