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
SyntaxC#
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.
RemarksThis property is considered by the Import overload that imports all pages into a single diagram.
See Also