Gets or sets the length of the box.
            
            
            
            
            
            
            
            public long Length {get; set;}
             
        
            
            'Declaration
 
Public Property Length As Long
             
        
            
            'Usage
 
Dim instance As JPxBox
Dim value As Long
 
instance.Length = value
 
value = instance.Length
             
        
            
        
            
        
            
            public:
property int64 Length {
   int64 get();
   void set (    int64 value);
}
             
        
             
        
            
            
            Property Value
An 
System.Int64 number of bytes that represents the total length of the 
JPxBox.