Z
ZyRaIN
Hi guys,
I've fixed the trimmed image problem by drawing a box around the real
size of the image, but I dont know how to hide this box ? Programming
in vb.net so would love to get an example to do it in there - if its
possible ?
Here is my current code..
pageHeight = page.PageSheet.Cells("PageHeight").Result("inch")
pageWidth = page.PageSheet.Cells("PageWidth").Result("inch")
Dim dLine As Microsoft.Office.Interop.Visio.Shape
dLine = page.DrawLine(0, 0, pageWidth, pageHeight)
Sincerely
ZyRaIN
I've fixed the trimmed image problem by drawing a box around the real
size of the image, but I dont know how to hide this box ? Programming
in vb.net so would love to get an example to do it in there - if its
possible ?
Here is my current code..
pageHeight = page.PageSheet.Cells("PageHeight").Result("inch")
pageWidth = page.PageSheet.Cells("PageWidth").Result("inch")
Dim dLine As Microsoft.Office.Interop.Visio.Shape
dLine = page.DrawLine(0, 0, pageWidth, pageHeight)
Sincerely
ZyRaIN