J
jpabich
I need help importing a picture to a stencil. I have the following
code:
Visio.Shape visShape;
visShape = VisPage.Drop( visMaster, 1, 1);
I want to use the InsertFromFile or InsertObject functions to insert a
jpg into the stencil, but I get errors when trying to do this. How can
I insert a picture into the stencil?
code:
Visio.Shape visShape;
visShape = VisPage.Drop( visMaster, 1, 1);
I want to use the InsertFromFile or InsertObject functions to insert a
jpg into the stencil, but I get errors when trying to do this. How can
I insert a picture into the stencil?