DataBinInfo Constructor

Summary
Initializes a new instance of the DataBinInfo class with explicit parameters.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal inClassId As Object, _ 
   ByVal classId As DataBinClassIdValues, _ 
   ByVal codeStream As Integer, _ 
   ByVal offset As Integer, _ 
   ByVal completed As Boolean, _ 
   ByVal data() As Byte _ 
) 
public: 
DataBinInfo(  
   Object^ inClassId, 
   DataBinClassIdValues classId, 
   int codeStream, 
   int offset, 
   bool completed, 
   array<byte>^ data 
) 

Parameters

inClassId
An System.Object representing the data-bin ID value.

classId
A Leadtools.Jpip.DataBinClassIdValues value representing the type of the data-bin.

codeStream
The index of the code-stream the data-bin.

offset
An System.Int32 number representing the offset to the beginning of the data.

completed
true if the databin is filled; otherwise, false

data
An array of System.Byte values containing the actual data in the data-bin.

Example

For an example, refer to JpipClient.

Requirements

Target Platforms

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

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.