Indicates whether a box is a contiguous codestream box.
Syntax
Visual Basic (Declaration) | |
---|
Public Function IsContiguousCodeStreamBox( _
ByVal boxName As String _
) As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As JPxBoxParser
Dim boxName As String
Dim value As Boolean
value = instance.IsContiguousCodeStreamBox(boxName)
|
Parameters
- boxName
-
A String containing the name of the box.
Return Value
true if the
boxName is a contiguous codestream box; otherwise, false.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also