c# - Reading .vsdx(visio 2013) file using visual studio -
how can read sequence diagram using c# language in visual studio? want know node information i.e how many messages sending or receiving etc.
there kb article explains in details how manipulate .vsdx visio file using system.io.packaging , xml. check out:
how to: manipulate visio 2013 file format programmatically
also, check out blog article on msdn:
Comments
Post a Comment