H
Herve cadieu
Hi
I would like being able to save a Bmp image into a word table
programmatically and then afterwards being able to load the said image into a
control to compute processes.
I am using :
(Having already the selection in the table)
Selection.InlineShapes.AddPicture FileName:=sourceFile, LinkToFile:=False,
SaveWithDocument:=True
to save the Bitmap into a table with a defined Id
question : is there a mean to name the image when inserting with
inlineshape.addPicture ?
because I would like then being able to retrieve the image within the word
table and then load the said image into a control (say a picture box)
being sure the original image is unchanged (no compression no changes at all).
If any one could give me advises or any help mostly appreciated.
Regards from Paris France
I would like being able to save a Bmp image into a word table
programmatically and then afterwards being able to load the said image into a
control to compute processes.
I am using :
(Having already the selection in the table)
Selection.InlineShapes.AddPicture FileName:=sourceFile, LinkToFile:=False,
SaveWithDocument:=True
to save the Bitmap into a table with a defined Id
question : is there a mean to name the image when inserting with
inlineshape.addPicture ?
because I would like then being able to retrieve the image within the word
table and then load the said image into a control (say a picture box)
being sure the original image is unchanged (no compression no changes at all).
If any one could give me advises or any help mostly appreciated.
Regards from Paris France