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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

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