Export to HTML

F

Freisoft

How does one export a page from the ActiveX Drawing Control to HTML
within a .NET client. Is this functionality exposed through the COM
interface? Thanks in advance!
 
J

junethesecond

I am not where ican use Visio, but ..
SaveAs method might be usefull,
reference to the Visio Type Library
may be neccessary.
 
J

junethesecond

Now, I returned infront of my PC.
Application.SaveAsWebObject method is
useful. For this method, Microsoft
Save As Web Type Library is necessary.
If library is set, a good example is
in the Help, SaveAsWebObject.
 
Top