DgnImageViews Property

Gets the views.

Namespace:  Aspose.CAD.FileFormats.Dgn
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public ReadOnlyCollection<DgnViewInfo> Views { get; }

Property Value

Type: ReadOnlyCollectionDgnViewInfo
The views.
See Also