CadImage.Layouts

CadImage.Layouts property

Gets the layouts with information specific to AutoCAD formats.

public IReadOnlyDictionary<string, CadLayout> Layouts { get; }

Property Value

The layouts.

See Also