Imports all pages from the specified Visio document.
Namespace: MindFusion.Diagramming.Import
Assembly: MindFusion.Diagramming.Import.Visio
C# Copy Code |
---|
public void ImportAllPages ( |
Visual Basic Copy Code |
---|
Public Sub ImportAllPages ( _ |
A full path to the Visio VDX file.
Reference to the diagram where the Visio drawing is imported.
The pages are imported starting from the top-left point of the MindFusion.Diagramming diagram area. The current import location is moved one page-width to the right with each new page imported, until PagesPerRow pages are imported on the same y-coordinate. When that happens, the current location moves to the left-most x-coordinate and one page-height down. If there are more pages to import, the process continues as above.