In This Topic
            
            Releases the resoureces used by 
C1.C1Preview.C1PrintDocument.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Protected Overloads Overridable Sub Dispose( _
   ByVal  As Boolean _
) 
             
        
            
            protected virtual void Dispose( 
   bool 
)
             
        
             
        
            Parameters
- disposing
 
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also