Search
VisioImporter.setPagesPerRow Method
See Also
 

Sets how many Visio pages to import on a row before offsetting the import location vertically.

Namespace: com.mindfusion.diagramming.importers
Package: com.mindfusion.diagramming.importers

 Syntax

Java  Copy Code

public void setPagesPerRow (
    int value
)

 Parameters

value

- how many Visio pages to import on a row

 See Also