Interface ICmxContainer
Interface ICmxContainer
Namespace: Aspose.Imaging.FileFormats.Cmx.ObjectModel
Assembly: Aspose.Imaging.dll (25.12.0)
Defines the container for child elements.
public interface ICmxContainer : ICmxDocElementImplements
Properties
Elements
Gets the elements.
IList<ICmxDocElement> Elements { get; }Property Value
IList < ICmxDocElement >