中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Aspose.pdf for c# 創建透明超鏈接

發布時間:2020-07-21 17:48:22 來源:網絡 閱讀:891 作者:mathed001 欄目:編程語言
using Aspose;
using Aspose.Pdf;
using Aspose.Pdf.InteractiveFeatures.Annotations;
using Aspose.Pdf.InteractiveFeatures;

......
Aspose.Pdf.Document doc = new Aspose.Pdf.Document(_pdfFilePath);
ImagePlacementAbsorberabs = new ImagePlacementAbsorber();

//查找圖片
foreach (ImagePlacement p_w_picpathPlacement in abs.ImagePlacements)
{
    XImage p_w_picpath = p_w_picpathPlacement.Image;
}

//創建超鏈接
LinkAnnotation link = new LinkAnnotation(page, new Aspose.Pdf.Rectangle(p_w_picpathPlacement.Rectangle.URX - 175, p_w_picpathPlacement.Rectangle.URY - 90, p_w_picpathPlacement.Rectangle.URX + 4, p_w_picpathPlacement.Rectangle.URY + 3));
link.Color = Aspose.Pdf.Color.FromRgb(System.Drawing.Color.Empty);
//創建透明外框
link.Border = new Border(link);
link.Border.Style  = BorderStyle.Solid;
link.Border.Effect = BorderEffect.None;
link.Border.Width = 0;

link.Action = new GoToRemoteAction(@"..\..\test.pdf", 1); //連接到其他文件
//link.Action = new Aspose.Pdf.InteractiveFeatures.GoToURIAction("www.google.com"); //網址超鏈接 

page.Annotations.Add(link);
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

安康市| 高唐县| 大竹县| 化德县| 双鸭山市| 民和| 荥阳市| 平谷区| 新丰县| 乌兰浩特市| 若羌县| 马山县| 永登县| 株洲市| 仲巴县| 广平县| 东平县| 平远县| 遂溪县| 驻马店市| 六盘水市| 尼木县| 海兴县| 长垣县| 丰城市| 巢湖市| 车险| 阿克苏市| 南丹县| 彰武县| 景泰县| 呈贡县| 东港市| 澄江县| 高邮市| 拉萨市| 海兴县| 铜鼓县| 岳池县| 吉木萨尔县| 郁南县|