Search
SvgImporter.TopLevelGroupIsPage Property
See Also
 





Gets or sets whether top-level SVG groups should be treated as page content.

Namespace: MindFusion.Diagramming.Import
Package: MindFusion.Diagramming.Import.Svg

 Syntax

C#  Copy Code

public bool TopLevelGroupIsPage { get; set; }

Visual Basic  Copy Code

Public Property TopLevelGroupIsPage As Boolean

 Property Value

 See Also