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
C# 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.
This property is considered by the Import overload that imports all pages into a single diagram.