Leadtools.Jpip.Client Requires JPIP module product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DataBinInfo Constructor
See Also 
Leadtools.Jpip.Client Namespace > DataBinInfo Class : DataBinInfo Constructor



inClassId
An Object representing the data-bin ID value.
classId
A DataBinClassIdValues value representing the type of the data-bin.
codeStream
The index of the code-stream the data-bin.
offset
An Int32 number representing the offset to the beginning of the data.
completed
true if the databin is filled; otherwise, false
data
An array of Byte values containing the actual data in the data-bin.
Initializes a new instance of the DataBinInfo class with explicit parameters.

Syntax

Visual Basic (Declaration) 
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 _
)
Visual Basic (Usage)Copy Code
Dim inClassId As Object
Dim classId As DataBinClassIdValues
Dim codeStream As Integer
Dim offset As Integer
Dim completed As Boolean
Dim data() As Byte
 
Dim instance As DataBinInfo(inClassId, classId, codeStream, offset, completed, data)
C# 
public DataBinInfo( 
   object inClassId,
   DataBinClassIdValues classId,
   int codeStream,
   int offset,
   bool completed,
   byte[] data
)
C++/CLI 
public:
DataBinInfo( 
   Object^ inClassId,
   DataBinClassIdValues classId,
   int codeStream,
   int offset,
   bool completed,
   array<byte>^ data
)

Parameters

inClassId
An Object representing the data-bin ID value.
classId
A DataBinClassIdValues value representing the type of the data-bin.
codeStream
The index of the code-stream the data-bin.
offset
An Int32 number representing the offset to the beginning of the data.
completed
true if the databin is filled; otherwise, false
data
An array of Byte values containing the actual data in the data-bin.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Jpip.Clientrequires a JPIP Module and a server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features