Convert doc to tiff

I convert doc file to tiff file using the following code:

Dim doctotiff As Aspose.Words.Document = New Aspose.Words.Document(Session("filename").ToString)
doctotiff.SaveToImage(0, doctotiff.PageCount, filetif, Nothing)

The tiff file looks fine. Is there any option to make it look better?
Thanks!
Helen

Hi Helen,

Thanks for your inquiry. Could you please clarify what you meant? Please attach also your document and output TIFF for testing.
Best regards.

Alexey
Thank you for your response. Actually we also use another company’s product. I adjust the property of that product. It looks better now.
Thanks!
Helen