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
C# Copy Code |
---|
public int PagesPerRow { get; set; } |
Visual Basic Copy Code |
---|
Public Property PagesPerRow As Integer |
An integer value specifying how many pages to import in a row. The default is 1.
This property is considered by the Import overload that imports all pages into a single diagram.