Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Services.DataContracts Namespace > BinaryData Class : LoadData Method |
public abstract byte[] LoadData()
'Declaration Public MustOverride Function LoadData() As Byte()
'Usage Dim instance As BinaryData Dim value() As Byte value = instance.LoadData()
public: abstract array<byte>^ LoadData();