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