ActiveXControlData Property |
Gets and sets the binary data of the control.
Namespace:
Aspose.Diagram.ActiveXControls
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic override byte[] Data { get; }Public Overrides ReadOnly Property Data As Byte()
Get
public:
virtual property array<unsigned char>^ Data {
array<unsigned char>^ get () override;
}abstract Data : byte[] with get
override Data : byte[] with get
Property Value
Type:
Byte
See Also