Data Property

Summary

Gets the data buffer for this packet of the data chunk.

Syntax
C#
VB
C++
public byte[] Data { get; } 
  
Public ReadOnly Property Data As Byte() 
public: 
property array<byte>^ Data { 
   array<byte>^ get(); 
} 

Property Value

The data buffer for this packet of the data chunk.

Example

For an example, refer to Leadtools.Jpip.Client.JpipClient.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.