ViewType.Reading "Reading Layout" does not work

Hi,
I have been try to change the layout to “Reading Layout” after it is being save. But it is not working for ViewType.Reading. Here is the code i am using:

doc.ViewOptions.ViewType = ViewType.Reading;
doc.Save("output.doc", SaveFormat.Doc, SaveType.OpenInWord, Response);

Note: For other ViewType like Normal, Outline, PageLayout and Web are working fine.
Regards,
thiamsoon

Hi
Thanks for your reporting this to us. I managed to reproduce this problem. I have created new issue #4387 in our defect database. Please expect a reply before the next hotfix (within 2-3 weeks). We might just fix it by then or provide more information.
Best regards.

Hi,
Is there any hot-fixed for this issue ##4387
thanks,
thiamsoon

Hi
Unfortunately, as it turns out, Reading view mode cannot be saved in the document. So we removed ViewType.Reading.
Best regards.