Gets or sets the starting offset of the box.
            
            
            
            
            
            
            
            public long Offset {get; set;}
             
        
            
            'Declaration
 
Public Property Offset As Long
             
        
            
            'Usage
 
Dim instance As JPxBox
Dim value As Long
 
instance.Offset = value
 
value = instance.Offset
             
        
            
        
            
        
            
            public:
property int64 Offset {
   int64 get();
   void set (    int64 value);
}
             
        
             
        
            
            
            Property Value
An 
System.Int64 value representing the starting offset of the box.