Search
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.Import
Assembly: MindFusion.Diagramming.Import.Visio

 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

MindFusion.Diagramming does not support stacked pages as Visio does, so the ImportAllPages method imports all pages from a Visio document in a grid that prevents items from one page to overlap with items from another page. This property specifies the width of the page grid.

 See Also