AffectedBin Constructor

Summary

Initializes a new instance of the AffectedBin class.

Syntax
C#
VB
C++
public AffectedBin( 
   bool isLayer, 
   int binNumber 
) 
  
Public Function New( _ 
   ByVal isLayer As Boolean, _ 
   ByVal binNumber As Integer _ 
) 
public: 
AffectedBin(  
   bool isLayer, 
   int binNumber 
) 

Parameters

isLayer
Specifies whether the binNumber represents a number of bytes or a number of layers. true to specify the number of layers; otherwise false.

binNumber
Qualifier number for the ExplicitBinDescriptor.

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.

Leadtools.Jpip Assembly