Search
DrawImporter.PagesPerRow Property
See Also
 





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

Namespace: MindFusion.Diagramming.Import
Package: MindFusion.Diagramming.Import.Draw

 Syntax

C#  Copy Code

public int PagesPerRow { get; set; }

Visual Basic  Copy Code

Public Property PagesPerRow As Integer

 Property Value

An integer value specifying how many pages to fit horizontally. The default value is 1.

 Remarks

This property is considered by the Import overload that imports all pages into a single diagram.

 See Also