Interface ICmxContainer
- Namespace
- Aspose.Imaging.FileFormats.Cmx.ObjectModel
- Assembly
- Aspose.Imaging.dll
Defines the container for child elements.
public interface ICmxContainer : ICmxDocElement
Properties
Elements
Gets the elements.
IList<ICmxDocElement> Elements { get; }
Property Value
- IList<ICmxDocElement>
Collection of child elements.
- See Also