| AkWordReportSaveAs Method |
另存为指定类型文档。
Namespace: Appkit.ComponentsAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic 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