Export

Export(string, string)

Exporterar diagrammet från vsd till vdw-format. Inte implementerat ännu.

public static void Export(string inputVsd, string outputVdw)
ParameterTypBeskrivning
inputVsdString*.vsd filnamn.
outputVdwString*.vdw filnamn.

Se även


Export(string, Stream)

Exporterar diagrammet från vsd-fil till vdw-strömformat. Inte implementerat ännu.

public static void Export(string inputVsd, Stream outputVdw)
ParameterTypBeskrivning
inputVsdString*.vsd filnamn.
outputVdwStreamvdw ström.

Se även


Export(Stream, string)

Exporterar diagrammet från vsd-ström till *.vdw-filformat. Inte implementerat ännu.

public static void Export(Stream inputVsd, string outputVdw)
ParameterTypBeskrivning
inputVsdStream*.vsd filnamn.
outputVdwStringvdw ström.

Se även


Export(Stream, Stream)

Exporterar diagrammet från vsd-ström till vdw-strömformat. Inte implementerat ännu.

public static void Export(Stream inputVsd, Stream outputVdw)
ParameterTypBeskrivning
inputVsdStreamvsd stream.
outputVdwStreamvdw ström.

Se även