CFF2ImageAuxSecton Property |
Gets the aux secton.
Namespace:
Aspose.CAD.FileFormats.CFF2
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CFF2Aux AuxSecton { get; }
Public ReadOnly Property AuxSecton As CFF2Aux
Get
public:
property CFF2Aux^ AuxSecton {
CFF2Aux^ get ();
}
member AuxSecton : CFF2Aux with get
Property Value
Type:
CFF2Aux The aux section.
See Also