Search
VisioImporter Members
Constructors Methods
 


Imports Visio 2013 XML Drawing files (*.vsdx) into Diagram or DiagramDocument objects.

The following tables list the members exposed by the VisioImporter type.

 Public Constructors

  Name Description

VisioImporter

Initializes a new instance of the VisioImporter class.

 Public Methods

  Name Description

addVisioImportListener

Adds VisioImportListener that listens for ImportItemEvent raised for each shape's XML element in the imported VSDX drawing to let you create a custom diagram item representing the Visio shape.

getPagesPerRow

Gets how many Visio pages to import on a row before offsetting the import location vertically.

importDiagram

Imports the specified Visio Graphics Service VSDX file into the specified Diagram.

importDocument

Overloaded.  

removeVisioImportListener

Removes a VisioImportListener.

setPagesPerRow

Sets how many Visio pages to import on a row before offsetting the import location vertically.

 See Also