In This Topic
            
            Tests whether an object can be represented as a 
C1PrintDocument.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Function IsC1PrintDocument( _
   ByVal  As Object _
) As Boolean
             
        
            
            public static bool IsC1PrintDocument( 
   object 
)
             
        
             
        
            Parameters
- o
 
- The object to test.
 
            
            Return Value
true if the object is a 
C1PrintDocument or a 
C1.C1Report, 
false otherwise.
  
            
            
            
            
            
            
            
            
            
            
            
            See Also