Tiff Word Document in Web Layout format

Hi,
I am using Aspose.Words (.NET) for processing word documents.
I am loading html file using following set of code.

LoadOptions options = new LoadOptions();
options.LoadFormat = LoadFormat.Html;
Document htmlDocument = new Document(@"C:\Aspose.html", options);
htmlDocument.Save(@"C:\Converted.tiff", SaveFormat.Tiff);

If we open the html doucument through “Ms word” we can see that document is loaded in “Web Layout” format.
While saving this document to tiff format, document contents are get tiff in “Print Layout” format, instead I want to tiff this file in “Web Layout” format.
How to achieve this functionality using Aspose.Words?
Please find the attached sample html file from Zip file.
Thanks

Hi
Thanks for your request. Unfortunately there is no way to export a document to TIFF in web layout. I believe, MS Word also does not provide such functionality.
Best regards,