CFF2ImageSubSectons Property

Gets the sub sectons.

Namespace:  Aspose.CAD.FileFormats.CFF2
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public List<CFF2Sub> SubSectons { get; }

Property Value

Type: ListCFF2Sub
The sub sections.
See Also