CFF2OrderProperties Property |
The properties of the CFF2 format
Namespace:
Aspose.CAD.FileFormats.CFF2
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic List<CFF2Property> Properties { get; }
Public ReadOnly Property Properties As List(Of CFF2Property)
Get
public:
property List<CFF2Property^>^ Properties {
List<CFF2Property^>^ get ();
}
member Properties : List<CFF2Property> with get
Property Value
Type:
ListCFF2Property
See Also