Y have the following code

            p = new System.Web.UI.Page(); 
            iTextSharp.text.Image imgheadIzq = 
iTextSharp.text.Image.GetInstance(p.Server.MapPath("~") + 
"\\Img\\EscudoNacional.png");
            iTextSharp.text.Image imgheadDer = 
iTextSharp.text.Image.GetInstance(p.Server.MapPath("~") + 
"\\Img\\LogoGobierno.png");

  
Now wath i want to do is this



            p = new System.Web.UI.Page(); 

            iTextSharp.text.Image imgheadIzq =
iTextSharp.text.Image.GetInstance(p.Server.MapPath("~") + VLogotipo1);

            iTextSharp.text.Image imgheadDer =
iTextSharp.text.Image.GetInstance(p.Server.MapPath("~") + vLogotipo2);

both fo them variable that changes a lot and i need to pass

can any one help me?


_________________________________________________________________
¡Actúa tu película favorita y gana fabulosos premios!
http://cine.prodigymsn.com/nanometraje
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to