ltmmConvert.EstimateOutputSize Example for Visual Basic

' Having an ltmmConvert object, pConv:

Dim Size As Double

 ' After starting conversion, get the expected output file size 
Size = pConv.EstimateOutputSize (-1) 
' do something with the returned value.