Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 itextsharp dll 将 pdf 文档转换为图像,在我要求图像控件内的可点击 url 中,如何单击图像控件内的 url。如何处理这个...
谢谢,西兰
You can have image inside of anchor tag, something like this :
<a title="href Title" href="url.html"> <img src="image.jpeg" alt="image alt desc"> </a>