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