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 long PagesPerRow { get; set; } |
Visual Basic Copy Code |
---|
Public Property PagesPerRow As Long |
An integer value specifying how many pages to import in a row. The default is 1.
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.