Z
ZyRaIN
Would like to say thanks to the people who have been helping me.
I've got a new problem, been looking thru the forum to see if there
were any threads about this.
I use the page.export(page.name & "*.gif") to extract my backgrounds
etc.. as images, this works without any problems, later on I want to
get the page height and width here I use:
Dim pageHeight as double
page.PageSheet.Cells("PageHeight").Result(70)
debug.print("PageHeight" & pageHeight)
The result that this gives me dose not match the actual pixel size of
the image, why is this ?
Hope you understand my problem - and can help me in the right
direction.
/ZyRaIN
I've got a new problem, been looking thru the forum to see if there
were any threads about this.
I use the page.export(page.name & "*.gif") to extract my backgrounds
etc.. as images, this works without any problems, later on I want to
get the page height and width here I use:
Dim pageHeight as double
page.PageSheet.Cells("PageHeight").Result(70)
debug.print("PageHeight" & pageHeight)
The result that this gives me dose not match the actual pixel size of
the image, why is this ?
Hope you understand my problem - and can help me in the right
direction.
/ZyRaIN