Indicates whether a box is a contiguous codestream box.
            
            
            
            
            
            
            
            public bool IsContiguousCodeStreamBox( 
   string 
)
             
        
            
            'Declaration
 
Public Function IsContiguousCodeStreamBox( _
   ByVal  As String _
) As Boolean
             
        
            
            'Usage
 
Dim instance As JPxBoxParser
Dim boxName As String
Dim value As Boolean
 
value = instance.IsContiguousCodeStreamBox(boxName)
             
        
            
        
            
        
            
            public:
bool IsContiguousCodeStreamBox( 
   String^ 
) 
             
        
             
        
            Parameters
- boxName
- A System.String containing the name of the box.
Return Value
true if the  is a contiguous codestream box; otherwise, false.