Export

Export(string, string)

将图表从 vsd 导出为 vdw 格式。尚未实施。

public static void Export(string inputVsd, string outputVdw)
范围 类型 描述
inputVsd String *.vsd 文件名。
outputVdw String *.vdw 文件名。

也可以看看


Export(string, Stream)

将图表从 vsd 文件导出为 vdw 流格式。尚未实施。

public static void Export(string inputVsd, Stream outputVdw)
范围 类型 描述
inputVsd String *.vsd 文件名。
outputVdw Stream vdw 流。

也可以看看


Export(Stream, string)

将图表从 vsd 流导出为 *.vdw 文件格式。尚未实施。

public static void Export(Stream inputVsd, string outputVdw)
范围 类型 描述
inputVsd Stream *.vsd 文件名。
outputVdw String vdw 流。

也可以看看


Export(Stream, Stream)

将图表从 vsd 流导出为 vdw 流格式。尚未实施。

public static void Export(Stream inputVsd, Stream outputVdw)
范围 类型 描述
inputVsd Stream vsd 流。
outputVdw Stream vdw 流。

也可以看看