0
我有一個問題,當我設置圖像到小區設置圖像Itextsharp.text.cell拋出一個錯誤
Dim CellAux As PdfPCell
CellAux = New PdfPCell(Image.GetInstance("../../Common/Images/image_logo.gif"))
,並拋出了一個錯誤:cant find path c:\windows\Common\Images\image_logo.gif
爲什麼要找的圖像那裏?
我該怎麼做才能在正確的目錄中搜索圖像?