DgnImageTags Property

Gets the tags.

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

Property Value

Type: ReadOnlyCollectionDgnElement
The tags.
See Also