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.Wpf.Import
Assembly: MindFusion.Diagramming.Wpf.DrawImport

 Syntax

C#  Copy Code

public int PagesPerRow { get; set; }

Visual Basic  Copy Code

Public Property PagesPerRow As Integer

 Property Value

 See Also