Howdy,
Running this code:
Protected Sub cmdRunCode_Click(sender As Object, e As System.EventArgs) Handles cmdRunCode.Click
Dim strpptFile As String
Dim strFile As String
Dim oPPTPres As PresentationEx
Dim oSlide As SlideEx
strpptFile = "C:\bin\ASPOSE Testing for Presentation view\Start.pptx"
strFile = "ImageTest"
oPPTPres = New PresentationEx(strpptFile)
oSlide = oPPTPres.Slides.Item(0)
Dim image As System.Drawing.Image = oSlide.GetThumbnail(1.0F, 1.0F)
'Saving the thumbnail image in png format
image.Save("C:\bin\ASPOSE Testing for Presentation view\" & strFile & ".Png", ImageFormat.Png)
Me.lblResult.Text = "File generated"
End Sub
You'll see the yellow marker point for the Median as disappeared and the high/low lines have also disappeared!
This is using dll version 7.4.0.0