May 23, 2003 #1 chadau Programmer Joined Nov 14, 2002 Messages 155 Location US Can someone please tell me how to access the attributes of an image file. Compression and FileType to be specific.
Can someone please tell me how to access the attributes of an image file. Compression and FileType to be specific.
May 24, 2003 #2 robk54 Programmer Joined Oct 1, 2002 Messages 25 Location AU Hi I just had a look at the kodak controls ( i think they are free ?! ) add the image admin control & use the following properties to get what you want ImgAdmin1.Image = Text1.Text Print ImgAdmin1.CompressionInfo Print ImgAdmin1.PageType If you have the control, you should also have the help file with it Hope this helps regards Rob Upvote 0 Downvote
Hi I just had a look at the kodak controls ( i think they are free ?! ) add the image admin control & use the following properties to get what you want ImgAdmin1.Image = Text1.Text Print ImgAdmin1.CompressionInfo Print ImgAdmin1.PageType If you have the control, you should also have the help file with it Hope this helps regards Rob