Diagram.Export

Export(string, string)

Exports the diagram from vsd to vdw format. Not implemented yet.

public static void Export(string inputVsd, string outputVdw)
ParameterTypeDescription
inputVsdString*.vsd file name.
outputVdwString*.vdw file name.

See Also


Export(string, Stream)

Exports the diagram from vsd file to vdw stream format. Not implemented yet.

public static void Export(string inputVsd, Stream outputVdw)
ParameterTypeDescription
inputVsdString*.vsd file name.
outputVdwStreamvdw stream.

See Also


Export(Stream, string)

Exports the diagram from vsd stream to *.vdw file format. Not implemented yet.

public static void Export(Stream inputVsd, string outputVdw)
ParameterTypeDescription
inputVsdStream*.vsd file name.
outputVdwStringvdw stream.

See Also


Export(Stream, Stream)

Exports the diagram from vsd stream to vdw stream format. Not implemented yet.

public static void Export(Stream inputVsd, Stream outputVdw)
ParameterTypeDescription
inputVsdStreamvsd stream.
outputVdwStreamvdw stream.

See Also