Gets or sets how many Draw pages to import on a row before offsetting the import location vertically.
Namespace: MindFusion.Diagramming.Import
Assembly: MindFusion.Diagramming.Import.Draw
SyntaxC#
Copy Code
|
|---|
public int PagesPerRow { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PagesPerRow As Integer |
An integer value specifying how many pages to fit horizontally. The default value is 1.
RemarksThis property is considered by the Import overload that imports all pages into a single diagram.
See Also