CFF2ImageSubSectons Property |
Gets the sub sectons.
Namespace:
Aspose.CAD.FileFormats.CFF2
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic List<CFF2Sub> SubSectons { get; }
Public ReadOnly Property SubSectons As List(Of CFF2Sub)
Get
public:
property List<CFF2Sub^>^ SubSectons {
List<CFF2Sub^>^ get ();
}
member SubSectons : List<CFF2Sub> with get
Property Value
Type:
ListCFF2Sub The sub sections.
See Also