Tiiff wrong resolutuion/ pageCount wrong

ver 6.3.3.0.0 - with this code the output resolution is 96 not 200.
Thanks for any help.

Const OUTPUT_DIRECTORY As String = "C:\temp\cs\docs"
Const OUTPUT_FILENAME As String = "doc.tif"
Dim outFilename As String = IO.Path.Combine(OUTPUT_DIRECTORY, OUTPUT_FILENAME)
Dim opt As New Aspose.Words.Rendering.ImageOptions
opt.TiffCompression = Aspose.Words.Rendering.TiffCompression.Ccitt4
opt.Resolution = 200
m_doc.UpdatePageLayout()
m_doc.SaveToImage(0, m_doc.PageCount - 1, outFilename, opt)

the doc was build using a dot, changed the text to some bookmarks and inserted some html.

Hi

Thanks for your inquiry. This problem is logged in our defect database as issue #7835. I will notify you as soon as it is resolved.
Best regards.

The issues you have found earlier (filed as 7835) have been fixed in this update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(2)