Leadtools.Jpip.Client.InteractiveDecoder Namespace > DataLoadedEventArgs Class : Data Property |
public byte[] Data {get;}
'Declaration Public ReadOnly Property Data As Byte()
'Usage Dim instance As DataLoadedEventArgs Dim value() As Byte value = instance.Data
public: property array<byte>^ Data { array<byte>^ get(); }