ConvertEmfPlusToEmfOnly Method (C1ReportRtfExporter)
 
            
                In This Topic
            
            Indicates whether page metafiles of types 
System.Drawing.Imaging.EmfType.EmfPlusDual and 
System.Drawing.Imaging.EmfType.EmfPlusOnly should be converted to 
System.Drawing.Imaging.EmfType.EmfOnly type before exporting. This implementation returns 
false.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Protected Overridable Function ConvertEmfPlusToEmfOnly() As Boolean
             
        
            
            protected virtual bool ConvertEmfPlusToEmfOnly()
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also