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

ICmxDocElement

Properties

Elements

Gets the elements.

IList<icmxdocelement> Elements { get; }

Property Value

IList<ICmxDocElement&gt;

See Also

ICmxDocElement