C#
VB
C++
Specifies whether a box is a defined box.
public bool IsDefinedBox(
string boxName
)
Public Function IsDefinedBox( _
ByVal boxName As String _
) As Boolean
public:
bool IsDefinedBox(
String^ boxName
)
boxName
A System.String containing the name of the box.
true if the box is defined; otherwise, false.
Defined boxes are JPx boxes supported by this implementation version.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET