←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly