need help
-
Hi all, How to call the anchor? I am using ItextSharp.dll My textbox is: webpageurl i want my textpage able to capture this website after i click the button <<OK>> What can i put for >> Using._______._____; to call the anchor ? How to continue from here? Anchor anchor = new Anchor("website"); anchor.setReference("http://www.lowagie.com/iText/"); anchor.setName("website"); Anchor anchor1 = new Anchor("This is an internal link"); anchor1.setName("link1"); Anchor anchor2 = new Anchor("Go to the internal link"); anchor.setReference("#link1"); ThankYou
-
Hi all, How to call the anchor? I am using ItextSharp.dll My textbox is: webpageurl i want my textpage able to capture this website after i click the button <<OK>> What can i put for >> Using._______._____; to call the anchor ? How to continue from here? Anchor anchor = new Anchor("website"); anchor.setReference("http://www.lowagie.com/iText/"); anchor.setName("website"); Anchor anchor1 = new Anchor("This is an internal link"); anchor1.setName("link1"); Anchor anchor2 = new Anchor("Go to the internal link"); anchor.setReference("#link1"); ThankYou
Whatever ITextSharp is, I assume it comes with samples and docs. I also assume that most people here have as little idea about it as I do, as this is not a forum for users of this dll.
Christian Graus Driven to the arms of OSX by Vista.