←Select platform

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

Leadtools.Jpip Assembly