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 > UrlBinaryData Class : LoadData Method |
public override byte[] LoadData()
'Declaration Public Overrides Function LoadData() As Byte()
'Usage Dim instance As UrlBinaryData Dim value() As Byte value = instance.LoadData()
public: array<byte>^ LoadData(); override