MindFusion.Wpf Pack Programmer's Guide
VisioImporter.PagesPerRow Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf.Import
Assembly: MindFusion.Diagramming.Wpf.VisioImport

 Syntax

C#  Copy Code

public long PagesPerRow { get; set; }

Visual Basic  Copy Code

Public Property PagesPerRow As Long

 Property Value

An integer value specifying how many pages to import in a row. The default is 1.

 Remarks

This property is used by ImportAllPages method when merging Visio pages into a single Diagram. Use the Import method instead to import each Visio page into a separate page of a DiagramDocument.

 See Also

VisioImporter Members
VisioImporter Class
MindFusion.Diagramming.Wpf.Import Namespace