Search
VisioImporter.PagesPerRow Property
See Also
 



Gets or sets how many Visio pages to import on a row before offsetting the import location vertically.

( a feature of FlowChartX Pro edition)

 Syntax

VB6  Copy Code

Public Property Get PagesPerRow() As Long
Public Property Let PagesPerRow( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_PagesPerRow ()
void put_PagesPerRow (
    int value
)

 Property Value

An integer value specifying how many pages to import in a row. The default is 1.

 Remarks

FlowChartX 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