IsDefinedBox Method

Summary

Specifies whether a box is a defined box.

Syntax
C#
VB
C++
public bool IsDefinedBox( 
   string boxName 
) 
  
Public Function IsDefinedBox( _ 
   ByVal boxName As String _ 
) As Boolean 
public: 
bool IsDefinedBox(  
   String^ boxName 
)  

Parameters

boxName
A System.String containing the name of the box.

Return Value

true if the box is defined; otherwise, false.

Remarks

Defined boxes are JPx boxes supported by this implementation version.

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