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
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.
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.